fix(ignore): update zigbee2mqtt-frontend to 0.6.144 (#19776)

Co-authored-by: nurikk <nurikk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-11-19 19:51:41 +00:00
committed by GitHub
co-authored by nurikk
parent fd19c86cb1
commit 91aed7e98e
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -35,7 +35,7 @@
"ws": "^8.14.2",
"zigbee-herdsman": "0.23.0",
"zigbee-herdsman-converters": "15.120.0",
"zigbee2mqtt-frontend": "0.6.143"
"zigbee2mqtt-frontend": "0.6.144"
},
"bin": {
"zigbee2mqtt": "cli.js"
@@ -9984,9 +9984,9 @@
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.6.143",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.143.tgz",
"integrity": "sha512-Jt3iesL8UjOHAkqIOo7EYPOuUY9maYvhGSZPvtgVG26fTl6yNjZ6uYmNiKEEP9nXoUReTEhq6KfL7Fya3zMnZQ==",
"version": "0.6.144",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.144.tgz",
"integrity": "sha512-0NCSQRMHh9pcdNZZCvUlTv3XevaIeVVr8czfWjGSX8RPUgLVJBlTCzpZd7LR99gpaWYq3pEW8mG1/koM7ob8HA==",
"engines": {
"node": ">=18"
}
@@ -17236,9 +17236,9 @@
}
},
"zigbee2mqtt-frontend": {
"version": "0.6.143",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.143.tgz",
"integrity": "sha512-Jt3iesL8UjOHAkqIOo7EYPOuUY9maYvhGSZPvtgVG26fTl6yNjZ6uYmNiKEEP9nXoUReTEhq6KfL7Fya3zMnZQ=="
"version": "0.6.144",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.144.tgz",
"integrity": "sha512-0NCSQRMHh9pcdNZZCvUlTv3XevaIeVVr8czfWjGSX8RPUgLVJBlTCzpZd7LR99gpaWYq3pEW8mG1/koM7ob8HA=="
}
}
}
+1 -1
View File
@@ -63,7 +63,7 @@
"ws": "^8.14.2",
"zigbee-herdsman": "0.23.0",
"zigbee-herdsman-converters": "15.120.0",
"zigbee2mqtt-frontend": "0.6.143"
"zigbee2mqtt-frontend": "0.6.144"
},
"devDependencies": {
"@babel/core": "^7.23.3",