Skip to content

Commit

Permalink
fix(ignore): update dependencies (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Dec 8, 2024
1 parent 5dca3bc commit 1d22bd2
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 245 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"deprecated": false,
"description": "An open source ZigBee gateway solution with node.js.",
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@eslint/core": "^0.9.0",
"@eslint/core": "^0.9.1",
"@eslint/js": "^9.16.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@serialport/binding-mock": "^10.2.2",
Expand All @@ -55,14 +55,14 @@
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"regenerator-runtime": "^0.14.1",
"rimraf": "^6.0.1",
"typedoc": "^0.27.2",
"typedoc-plugin-markdown": "^4.3.0",
"typedoc": "^0.27.3",
"typedoc-plugin-markdown": "^4.3.1",
"typedoc-plugin-no-inherit": "^1.4.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
"typescript-eslint": "^8.17.0"
},
"homepage": "https://github.com/Koenkk/zigbee-herdsman",
"keywords": [
Expand Down
Loading

0 comments on commit 1d22bd2

Please sign in to comment.