mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-12 22:59:00 +00:00
fix(ignore): update dependencies (#19301)
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Generated
+434
-418
File diff suppressed because it is too large
Load Diff
+10
-10
@@ -51,7 +51,7 @@
|
||||
"jszip": "^3.10.1",
|
||||
"mkdir-recursive": "^0.4.0",
|
||||
"moment": "^2.29.4",
|
||||
"mqtt": "5.1.0",
|
||||
"mqtt": "5.1.2",
|
||||
"object-assign-deep": "^0.4.0",
|
||||
"rimraf": "^5.0.5",
|
||||
"semver": "^7.5.4",
|
||||
@@ -59,30 +59,30 @@
|
||||
"uri-js": "^4.4.1",
|
||||
"winston": "^3.11.0",
|
||||
"winston-syslog": "^2.7.0",
|
||||
"winston-transport": "^4.5.0",
|
||||
"winston-transport": "^4.6.0",
|
||||
"ws": "^8.14.2",
|
||||
"zigbee-herdsman": "0.19.2",
|
||||
"zigbee-herdsman-converters": "15.94.1",
|
||||
"zigbee2mqtt-frontend": "0.6.137"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.0",
|
||||
"@babel/core": "^7.23.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "^7.23.0",
|
||||
"@babel/preset-env": "^7.22.20",
|
||||
"@babel/preset-typescript": "^7.23.0",
|
||||
"@babel/plugin-proposal-decorators": "^7.23.2",
|
||||
"@babel/preset-env": "^7.23.2",
|
||||
"@babel/preset-typescript": "^7.23.2",
|
||||
"@types/debounce": "^1.2.2",
|
||||
"@types/finalhandler": "^1.2.1",
|
||||
"@types/humanize-duration": "^3.27.1",
|
||||
"@types/jest": "^29.5.5",
|
||||
"@types/js-yaml": "^4.0.6",
|
||||
"@types/node": "^20.8.3",
|
||||
"@types/js-yaml": "^4.0.7",
|
||||
"@types/node": "^20.8.6",
|
||||
"@types/object-assign-deep": "^0.4.1",
|
||||
"@types/readable-stream": "4.0.3",
|
||||
"@types/rimraf": "^3.0.2",
|
||||
"@types/ws": "8.5.4",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
||||
"@typescript-eslint/parser": "^6.7.4",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
||||
"@typescript-eslint/parser": "^6.7.5",
|
||||
"babel-jest": "^29.7.0",
|
||||
"eslint": "^8.51.0",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
|
||||
Reference in New Issue
Block a user