mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 14:46:04 +00:00
fix(ignore): update dependencies (#715)
Co-authored-by: Nerivec <62446222+Nerivec@users.noreply.github.com>
This commit is contained in:
14
package.json
14
package.json
@@ -9,7 +9,7 @@
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@10.4.1",
|
||||
"packageManager": "pnpm@10.5.2",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
@@ -54,14 +54,14 @@
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
||||
"@octokit/rest": "^21.1.1",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^22.13.5",
|
||||
"@types/node": "^22.13.8",
|
||||
"eslint": "^9.21.0",
|
||||
"eslint-config-prettier": "^10.0.1",
|
||||
"eslint-config-prettier": "^10.0.2",
|
||||
"jest": "^29.7.0",
|
||||
"prettier": "^3.5.2",
|
||||
"ts-jest": "^29.2.5",
|
||||
"prettier": "^3.5.3",
|
||||
"ts-jest": "^29.2.6",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.7.3",
|
||||
"typescript-eslint": "^8.24.1"
|
||||
"typescript": "^5.8.2",
|
||||
"typescript-eslint": "^8.25.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user