Skip to content

Commit

Permalink
fix(ignore): update dependencies (#23137)
Browse files Browse the repository at this point in the history
* fix(ignore): update dependencies

* fix

---------

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
  • Loading branch information
Koenkk and Koenkk authored Jun 24, 2024
1 parent dec9f10 commit 8780ab2
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 83 deletions.
1 change: 1 addition & 0 deletions lib/util/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ function write(): void {
actual[type].filter((f: string, i: number) => i !== 0)
.map((f: string) => yaml.readIfExists(data.joinPath(f), {}))
.map((c: KeyValue) => Object.keys(c))
// @ts-ignore
.forEach((k: string) => delete content[k]);
}

Expand Down
163 changes: 86 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jszip": "^3.10.1",
"mkdir-recursive": "^0.4.0",
"moment": "^2.30.1",
"mqtt": "^5.7.0",
"mqtt": "^5.7.2",
"object-assign-deep": "^0.4.0",
"rimraf": "^5.0.7",
"semver": "^7.6.2",
Expand All @@ -57,7 +57,7 @@
"winston": "^3.13.0",
"winston-syslog": "^2.7.0",
"winston-transport": "^4.7.0",
"ws": "^8.17.0",
"ws": "^8.17.1",
"zigbee-herdsman": "0.50.0",
"zigbee-herdsman-converters": "19.59.2",
"zigbee2mqtt-frontend": "0.7.2"
Expand All @@ -71,19 +71,19 @@
"@types/humanize-duration": "^3.27.4",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.2",
"@types/node": "^20.14.8",
"@types/object-assign-deep": "^0.4.3",
"@types/readable-stream": "4.0.14",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^28.6.0",
"jest": "^29.7.0",
"tmp": "^0.2.3",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"overrides": {
"zigbee-herdsman-converters": {
Expand Down

0 comments on commit 8780ab2

Please sign in to comment.