Skip to content

Commit

Permalink
fix(ignore): update dependencies (#26478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Feb 24, 2025
1 parent 07145ac commit d2166f2
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 296 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,32 +61,32 @@
"winston": "^3.17.0",
"winston-syslog": "^2.7.1",
"winston-transport": "^4.9.0",
"ws": "^8.18.0",
"ws": "^8.18.1",
"zigbee-herdsman": "3.2.7",
"zigbee-herdsman-converters": "23.0.0",
"zigbee2mqtt-frontend": "0.9.4"
},
"devDependencies": {
"@eslint/core": "^0.11.0",
"@eslint/js": "^9.20.0",
"@eslint/core": "^0.12.0",
"@eslint/js": "^9.21.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@types/finalhandler": "^1.2.3",
"@types/humanize-duration": "^3.27.4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.13.4",
"@types/node": "^22.13.5",
"@types/object-assign-deep": "^0.4.3",
"@types/readable-stream": "4.0.18",
"@types/sd-notify": "^2.8.2",
"@types/serve-static": "^1.15.7",
"@types/ws": "8.5.14",
"@vitest/coverage-v8": "^3.0.5",
"eslint": "^9.20.1",
"@vitest/coverage-v8": "^3.0.7",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.1",
"prettier": "^3.5.1",
"prettier": "^3.5.2",
"tmp": "^0.2.3",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0",
"vitest": "^3.0.5"
"typescript-eslint": "^8.25.0",
"vitest": "^3.0.7"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit d2166f2

Please sign in to comment.