Skip to content

Commit 7c9729a

Browse files
committed
fix: update typescript to v5.8
1 parent 5700f96 commit 7c9729a

File tree

2 files changed

+222
-112
lines changed

2 files changed

+222
-112
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"peerDependencies": {
4444
"eslint": "9.x",
45-
"typescript": "5.6.x"
45+
"typescript": "5.8.x"
4646
},
4747
"peerDependenciesMeta": {
4848
"typescript": {
@@ -61,7 +61,7 @@
6161
"eslint-plugin-svelte": "^2.46.1",
6262
"globals": "^15.15.0",
6363
"jsonc-eslint-parser": "^2.4.0",
64-
"typescript-eslint": "^8.32.0"
64+
"typescript-eslint": "^8.36.0"
6565
},
6666
"devDependencies": {
6767
"@douglasneuroinformatics/prettier-config": "^0.0.2",
@@ -73,7 +73,7 @@
7373
"eslint": "^9.26.0",
7474
"husky": "^9.1.7",
7575
"prettier": "^3.5.3",
76-
"typescript": "5.6.x",
76+
"typescript": "5.8.x",
7777
"vitest": "^3.1.3"
7878
},
7979
"commitlint": {

0 commit comments

Comments
 (0)