Update zigbee2mqtt-frontend to 0.2.48 (#4777)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2020-10-26 07:25:59 +08:00 committed by GitHub
parent 22681be3c7
commit fee631080e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -20953,9 +20953,9 @@
} }
}, },
"zigbee2mqtt-frontend": { "zigbee2mqtt-frontend": {
"version": "0.2.45", "version": "0.2.48",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.2.45.tgz", "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.2.48.tgz",
"integrity": "sha512-AazjJWEzF7dqtKwEaZ+SEi1SxPclR/PMiVPlAO0LFqlNRNnVRnvuk6Pxg2hfeUBZPjcTCkQdTE/6DtXDLfHsiw==" "integrity": "sha512-87hZWhv20z7UuZecrAb1xQYbMNzZfXc6GRj7NzF/1oXp4pck4rk2+cdBPImYJj3dbE1OHy+isBBYbfKKoejLlA=="
} }
} }
} }

View File

@ -54,7 +54,7 @@
"ws": "^7.3.1", "ws": "^7.3.1",
"zigbee-herdsman": "0.13.23", "zigbee-herdsman": "0.13.23",
"zigbee-herdsman-converters": "12.0.219", "zigbee-herdsman-converters": "12.0.219",
"zigbee2mqtt-frontend": "0.2.45" "zigbee2mqtt-frontend": "0.2.48"
}, },
"devDependencies": { "devDependencies": {
"eslint": "*", "eslint": "*",