Skip to content

Commit

Permalink
fix(ignore): update dependencies (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Jan 27, 2025
1 parent dcf2592 commit 8fee7b1
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 256 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@
"description": "An open source ZigBee gateway solution with node.js.",
"devDependencies": {
"@eslint/core": "^0.10.0",
"@eslint/js": "^9.18.0",
"@eslint/js": "^9.19.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@serialport/binding-mock": "^10.2.2",
"@types/debounce": "^1.2.4",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^3.0.2",
"eslint": "^9.18.0",
"@types/node": "^22.10.10",
"@vitest/coverage-v8": "^3.0.4",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.1",
"typedoc-plugin-no-inherit": "^1.5.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vitest": "^3.0.2"
"typescript-eslint": "^8.21.0",
"vitest": "^3.0.4"
},
"homepage": "https://github.com/Koenkk/zigbee-herdsman",
"keywords": [
Expand Down
Loading

0 comments on commit 8fee7b1

Please sign in to comment.