Skip to content

Commit

Permalink
fix(ignore): update dependencies (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Oct 29, 2024
1 parent f2fa9ab commit a2a9e54
Show file tree
Hide file tree
Showing 2 changed files with 871 additions and 925 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
"deprecated": false,
"description": "An open source ZigBee gateway solution with node.js.",
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@eslint/core": "^0.7.0",
"@eslint/js": "^9.13.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@serialport/binding-mock": "^10.2.2",
"@types/debounce": "^1.2.4",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/mz": "^2.7.8",
"@types/nedb": "^1.8.16",
"@types/node": "^22.7.7",
"@types/node": "^22.8.1",
"babel-jest": "^29.7.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -62,7 +62,7 @@
"typedoc-plugin-markdown": "^4.2.9",
"typedoc-plugin-no-inherit": "^1.4.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0"
"typescript-eslint": "^8.11.0"
},
"homepage": "https://github.com/Koenkk/zigbee-herdsman",
"keywords": [
Expand Down
Loading

0 comments on commit a2a9e54

Please sign in to comment.