fix(ignore): update zigbee2mqtt-frontend to 0.6.150 (#20377)

Co-authored-by: nurikk <nurikk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-12-25 12:36:13 +01:00
committed by GitHub
parent d702919735
commit d616e57daf
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -35,7 +35,7 @@
"ws": "^8.15.1",
"zigbee-herdsman": "0.28.0",
"zigbee-herdsman-converters": "16.18.0",
"zigbee2mqtt-frontend": "0.6.149"
"zigbee2mqtt-frontend": "0.6.150"
},
"bin": {
"zigbee2mqtt": "cli.js"
@@ -9807,9 +9807,9 @@
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.6.149",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.149.tgz",
"integrity": "sha512-gemVtgji3ZF8nie0gOOLoeqeFmDOffihMf5YFQEwZmRpkbp1opGoyLEGEe7KW3z3GUenu7nhAL82slaJTO1hjQ==",
"version": "0.6.150",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.150.tgz",
"integrity": "sha512-+BGvDQcKC0XUtVLChwFc2kBJwQkC+SA/VAsAH8tzMwx5riVrflKOH0ewnUYamT/vAqQM0cxZB9Jfnip8mXds3Q==",
"engines": {
"node": ">=18"
}
+1 -1
View File
@@ -63,7 +63,7 @@
"ws": "^8.15.1",
"zigbee-herdsman": "0.28.0",
"zigbee-herdsman-converters": "16.18.0",
"zigbee2mqtt-frontend": "0.6.149"
"zigbee2mqtt-frontend": "0.6.150"
},
"devDependencies": {
"@babel/core": "^7.23.6",