chore: update to TypeScript 6

TypeScript 7 is held back: svelte-check refuses it unless 6 and 7 are both
installed behind an npm alias and driven with its experimental --tsgo flag.
This commit is contained in:
2026-08-17 16:29:38 -04:00
parent 01cdd95bc7
commit 930b222b28
2 changed files with 85 additions and 85 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
"tailwind-variants": "^3.3.1",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.67.0",
"vite": "^8.2.1"
},