Skip to content

Commit 98d7e04

Browse files
authored
Switch back to vue-tsc (#33248)
It supports Typescript 5.7 now, so we can switch back to the official version.
1 parent a90af22 commit 98d7e04

File tree

2 files changed

+29
-30
lines changed

2 files changed

+29
-30
lines changed

package-lock.json

+27-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"devDependencies": {
6767
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
6868
"@playwright/test": "1.49.1",
69-
"@silverwind/vue-tsc": "2.1.13",
7069
"@stoplight/spectral-cli": "6.14.2",
7170
"@stylistic/eslint-plugin-js": "2.12.1",
7271
"@stylistic/stylelint-plugin": "3.1.1",
@@ -111,7 +110,8 @@
111110
"type-fest": "4.30.2",
112111
"updates": "16.4.1",
113112
"vite-string-plugin": "1.3.4",
114-
"vitest": "2.1.8"
113+
"vitest": "2.1.8",
114+
"vue-tsc": "2.2.0"
115115
},
116116
"browserslist": [
117117
"defaults"

0 commit comments

Comments
 (0)