Skip to content

Commit 596ddee

Browse files
committed
fix: build error by pinning typescript version to 5.6.3
1 parent 65944cf commit 596ddee

File tree

2 files changed

+114
-114
lines changed

2 files changed

+114
-114
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"nuxt": "^3.14.1592",
6363
"quasar": "^2.17.5",
6464
"sass": "^1.83.0",
65-
"typescript": "^5.7.2",
65+
"typescript": "^5.6.3",
6666
"vite": "^5.4.11",
6767
"vitest": "^2.1.8",
6868
"vue": "^3.5.13"

0 commit comments

Comments
 (0)