chore: pin typescript while vue-tsc is broken (#33746)

This commit is contained in:
Pavel Feldman 2024-11-23 11:48:34 -08:00 committed by GitHub
parent 35dd3dd104
commit 0d9bcd45d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vue/tsconfig": "^0.5.1",
"typescript": "5.6.2",
"vite": "^5.2.8",
"vue-tsc": "^2.0.21"
}