fix(ignore): update zigbee2mqtt-frontend to 0.7.4 (#23432)

Co-authored-by: nurikk <1525421+nurikk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-07-26 23:09:02 +02:00
committed by GitHub
parent 115b187c1a
commit 26718eefea
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -34,7 +34,7 @@
"ws": "^8.18.0",
"zigbee-herdsman": "0.55.3",
"zigbee-herdsman-converters": "19.71.1",
"zigbee2mqtt-frontend": "0.7.3"
"zigbee2mqtt-frontend": "0.7.4"
},
"bin": {
"zigbee2mqtt": "cli.js"
@@ -9776,9 +9776,9 @@
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.7.3.tgz",
"integrity": "sha512-g+CvTYlme7qIgLxv4a58N9HIgUqSdZT27Ge1/FnD+uo9UPU/1f58fxoitZdrbkyaaUNEAJVtCJDTfD1NI9JXpQ==",
"version": "0.7.4",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.7.4.tgz",
"integrity": "sha512-skWNYxThSa6Ywn7aRB0ZvRKWifpqbku4+vUM5BbXiNaXYxCCbU0b3pN258Ahxt3NsLtYk2zBdYoQcXuBZxmJxw==",
"engines": {
"node": ">=18"
}
+1 -1
View File
@@ -62,7 +62,7 @@
"ws": "^8.18.0",
"zigbee-herdsman": "0.55.3",
"zigbee-herdsman-converters": "19.71.1",
"zigbee2mqtt-frontend": "0.7.3"
"zigbee2mqtt-frontend": "0.7.4"
},
"devDependencies": {
"@babel/core": "^7.24.8",