Skip to content

Commit

Permalink
fix(ignore): update dependencies (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Mar 9, 2025
1 parent 29e2ca2 commit 84f16d7
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 265 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
"description": "An open source ZigBee gateway solution with node.js.",
"devDependencies": {
"@eslint/core": "^0.12.0",
"@eslint/js": "^9.21.0",
"@eslint/js": "^9.22.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@serialport/binding-mock": "^10.2.2",
"@types/debounce": "^1.2.4",
"@types/node": "^22.13.8",
"@vitest/coverage-v8": "^3.0.7",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"prettier": "^3.5.2",
"@types/node": "^22.13.10",
"@vitest/coverage-v8": "^3.0.8",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"typedoc": "^0.27.9",
"typedoc-plugin-markdown": "^4.4.2",
"typedoc-plugin-no-inherit": "^1.5.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.25.0",
"vitest": "^3.0.7"
"typescript-eslint": "^8.26.0",
"vitest": "^3.0.8"
},
"homepage": "https://github.com/Koenkk/zigbee-herdsman",
"keywords": [
Expand Down
Loading

0 comments on commit 84f16d7

Please sign in to comment.