fix(ignore): update zigbee2mqtt-frontend to 0.7.1 (#22854)

Co-authored-by: nurikk <1525421+nurikk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-05-31 20:45:28 +02:00
committed by GitHub
parent 1a12c2f15e
commit a3ea91deb9
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -34,7 +34,7 @@
"ws": "^8.17.0",
"zigbee-herdsman": "0.49.1",
"zigbee-herdsman-converters": "19.46.0",
"zigbee2mqtt-frontend": "0.7.0"
"zigbee2mqtt-frontend": "0.7.1"
},
"bin": {
"zigbee2mqtt": "cli.js"
@@ -9665,9 +9665,9 @@
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.7.0.tgz",
"integrity": "sha512-fYDMR89WUCM+7PPpulO/Ca83gKPgOuXjk0xUET1fMDlhLpjiJeckWYxbwyjpZ1yMeklm70U/Q+IfMMZthbZq4g==",
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.7.1.tgz",
"integrity": "sha512-VSFOqMvAhhQXQlEQgseLa5HcaR/78BoFr2hEZAao2CR/ZUhoKf/bVldiCSdglCgbs1PLAUCaowXKIgqecyLuZA==",
"engines": {
"node": ">=18"
}
+1 -1
View File
@@ -60,7 +60,7 @@
"ws": "^8.17.0",
"zigbee-herdsman": "0.49.1",
"zigbee-herdsman-converters": "19.46.0",
"zigbee2mqtt-frontend": "0.7.0"
"zigbee2mqtt-frontend": "0.7.1"
},
"devDependencies": {
"@babel/core": "^7.24.5",