chore: pin typescript while vue-tsc is broken (#33746)
This commit is contained in:
parent
35dd3dd104
commit
0d9bcd45d5
|
@ -14,6 +14,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vitejs/plugin-vue": "^4.1.0",
|
"@vitejs/plugin-vue": "^4.1.0",
|
||||||
"@vue/tsconfig": "^0.5.1",
|
"@vue/tsconfig": "^0.5.1",
|
||||||
|
"typescript": "5.6.2",
|
||||||
"vite": "^5.2.8",
|
"vite": "^5.2.8",
|
||||||
"vue-tsc": "^2.0.21"
|
"vue-tsc": "^2.0.21"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue