Update dependencies (#10234)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-12-19 10:28:09 +01:00
committed by GitHub
co-authored by Koenkk
parent 253e985388
commit 2d1df8f0cb
2 changed files with 541 additions and 566 deletions
+530 -555
View File
File diff suppressed because it is too large Load Diff
+11 -11
View File
@@ -38,7 +38,7 @@
"ajv": "^8.8.2",
"bind-decorator": "^1.0.11",
"connect-gzip-static": "^2.1.1",
"core-js": "^3.19.3",
"core-js": "^3.20.0",
"debounce": "^1.2.1",
"deep-object-diff": "^1.1.0",
"fast-deep-equal": "^3.1.3",
@@ -62,10 +62,10 @@
"zigbee2mqtt-frontend": "0.6.61"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-decorators": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-decorators": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@types/debounce": "^1.2.1",
"@types/finalhandler": "^1.1.1",
"@types/humanize-duration": "^3.27.0",
@@ -74,15 +74,15 @@
"@types/object-assign-deep": "^0.4.0",
"@types/rimraf": "^3.0.2",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"babel-jest": "^27.4.4",
"eslint": "^8.4.1",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-jest": "^27.4.5",
"eslint": "^8.5.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^25.3.0",
"jest": "^27.4.4",
"jest": "^27.4.5",
"tmp": "^0.2.1",
"typescript": "^4.5.3"
"typescript": "^4.5.4"
},
"jest": {
"coverageThreshold": {