Update zigbee2mqtt-frontend to 0.7.6 (#24955)

Co-authored-by: nurikk <1525421+nurikk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-11-28 21:44:30 +01:00
committed by GitHub
parent 2c52c9884c
commit 6351f4618e
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -35,7 +35,7 @@
"ws": "^8.18.0",
"zigbee-herdsman": "2.1.9",
"zigbee-herdsman-converters": "20.56.0",
"zigbee2mqtt-frontend": "0.7.5"
"zigbee2mqtt-frontend": "0.7.6"
},
"bin": {
"zigbee2mqtt": "cli.js"
@@ -8598,9 +8598,9 @@
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.7.5",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.7.5.tgz",
"integrity": "sha512-CKKldVBl3aF8889MCNpWopMlHfuKAdCpVoPGKfZuntWhTdPq3kRwvBOUZkvTWotvA+Q4MEDV2BD5gnWj5Z7nWA==",
"version": "0.7.6",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.7.6.tgz",
"integrity": "sha512-eBZk50vKKT0GCV6mDJlgVkPoNBEMUog3xpbG4L23NrfAAr3ysbVM217kOHOIrj8582WCrS2lapH8OukwPLaHIQ==",
"license": "GPL-3.0",
"engines": {
"node": ">=18"
+1 -1
View File
@@ -63,7 +63,7 @@
"ws": "^8.18.0",
"zigbee-herdsman": "2.1.9",
"zigbee-herdsman-converters": "20.56.0",
"zigbee2mqtt-frontend": "0.7.5"
"zigbee2mqtt-frontend": "0.7.6"
},
"devDependencies": {
"@babel/core": "^7.26.0",