fix(ignore): update zigbee2mqtt-frontend to 0.6.151 (#20509)

Co-authored-by: nurikk <nurikk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-01-02 15:36:20 +01:00
committed by GitHub
parent 84387b27a4
commit cb7b773e0d
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "zigbee2mqtt",
"version": "1.35.0",
"version": "1.35.0-dev",
"license": "GPL-3.0",
"dependencies": {
"ajv": "^8.12.0",
@@ -35,7 +35,7 @@
"ws": "^8.16.0",
"zigbee-herdsman": "0.30.0",
"zigbee-herdsman-converters": "18.3.0",
"zigbee2mqtt-frontend": "0.6.150"
"zigbee2mqtt-frontend": "0.6.151"
},
"bin": {
"zigbee2mqtt": "cli.js"
@@ -9811,9 +9811,9 @@
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.6.150",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.150.tgz",
"integrity": "sha512-+BGvDQcKC0XUtVLChwFc2kBJwQkC+SA/VAsAH8tzMwx5riVrflKOH0ewnUYamT/vAqQM0cxZB9Jfnip8mXds3Q==",
"version": "0.6.151",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.151.tgz",
"integrity": "sha512-l1EP7r+tz/k0tY+xPum7l5yd2khhHr5YrdJan8L00/BoktjSZ5jbHYdlh5RDqP711g44gkSTM2EPIaE2+I3GcQ==",
"engines": {
"node": ">=18"
}
+1 -1
View File
@@ -63,7 +63,7 @@
"ws": "^8.16.0",
"zigbee-herdsman": "0.30.0",
"zigbee-herdsman-converters": "18.3.0",
"zigbee2mqtt-frontend": "0.6.150"
"zigbee2mqtt-frontend": "0.6.151"
},
"devDependencies": {
"@babel/core": "^7.23.7",