chore: update typescript and @types/node to latest compatible versions

- typescript: ^5.8.2 → ^5.9.3 (latest stable)
- @types/node: ^20.19.33 → ^22.12.5 (match Node 22.x runtime)

Not updated (incompatible or breaking changes):
- eslint/eslint-js: Requires ESLint 10.x (not supported by @typescript-eslint yet)
- protobufjs/protobufjs-cli: Major version bump (requires testing)

https://claude.ai/code/session_015R3U3kiprQiNTTNNt31Sg6
This commit is contained in:
Claude
2026-02-14 11:28:29 +00:00
parent 05fca1455c
commit afc5448dc2
2 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -59,7 +59,7 @@
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.31.0",
"@types/jest": "^30.0.0",
"@types/node": "^20.19.33",
"@types/node": "^22.12.5",
"@types/ws": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
@@ -86,7 +86,7 @@
"tsx": "^4.20.3",
"typedoc": "^0.28.17",
"typedoc-plugin-markdown": "^4.10.0",
"typescript": "^5.8.2"
"typescript": "^5.9.3"
},
"peerDependencies": {
"audio-decode": "^2.2.3",