fix(ignore): update zigbee2mqtt-frontend to 0.6.157 (#21269)

Co-authored-by: nurikk <1525421+nurikk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-02-06 21:32:15 +00:00
committed by GitHub
co-authored by nurikk
parent b7e19cc86a
commit a479bf9039
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "zigbee2mqtt",
"version": "1.35.3",
"version": "1.35.3-dev",
"license": "GPL-3.0",
"dependencies": {
"ajv": "^8.12.0",
@@ -35,7 +35,7 @@
"ws": "^8.16.0",
"zigbee-herdsman": "0.33.8",
"zigbee-herdsman-converters": "18.28.3",
"zigbee2mqtt-frontend": "0.6.156"
"zigbee2mqtt-frontend": "0.6.157"
},
"bin": {
"zigbee2mqtt": "cli.js"
@@ -9824,9 +9824,9 @@
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.6.156",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.156.tgz",
"integrity": "sha512-IbcYuFKOSTa20/xogCrjJf5is7ssNAz7a9ds6h4YfavPKyCIT5lGl8FJS3VnS7vmtV5dqnNrLnkqz1GaGD9CdQ==",
"version": "0.6.157",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.157.tgz",
"integrity": "sha512-F408VsUzeILYm2YLvPpL4fya768O5fcBWVB6LVy+S2lXw1etMiXqYSZleCK8hQ+BsTnO7FMNpj9jD6DdB5a1xQ==",
"engines": {
"node": ">=18"
}
+1 -1
View File
@@ -61,7 +61,7 @@
"ws": "^8.16.0",
"zigbee-herdsman": "0.33.8",
"zigbee-herdsman-converters": "18.28.3",
"zigbee2mqtt-frontend": "0.6.156"
"zigbee2mqtt-frontend": "0.6.157"
},
"devDependencies": {
"@babel/core": "^7.23.9",