fix(ignore): update dependencies (#19896)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-12-02 20:13:41 +01:00
committed by GitHub
co-authored by Koenkk
parent 346cb90e9e
commit 6e843d0f1c
2 changed files with 465 additions and 515 deletions
+457 -507
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -51,7 +51,7 @@
"jszip": "^3.10.1",
"mkdir-recursive": "^0.4.0",
"moment": "^2.29.4",
"mqtt": "^5.2.2",
"mqtt": "^5.3.1",
"object-assign-deep": "^0.4.0",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
@@ -66,25 +66,25 @@
"zigbee2mqtt-frontend": "0.6.147"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-typescript": "^7.23.3",
"@types/debounce": "^1.2.4",
"@types/finalhandler": "^1.2.3",
"@types/humanize-duration": "^3.27.3",
"@types/jest": "^29.5.10",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.10.0",
"@types/node": "^20.10.2",
"@types/object-assign-deep": "^0.4.3",
"@types/readable-stream": "4.0.9",
"@types/rimraf": "^3.0.2",
"@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"babel-jest": "^29.7.0",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.7.0",