diff options
author | silverwind <me@silverwind.io> | 2025-01-13 21:57:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-13 21:57:52 +0100 |
commit | 98d7e04767fe2835da9d90fdb71bc4a8f8bdc57f (patch) | |
tree | 86acd77c524ffbecef044e4191163354e3c4075a /package.json | |
parent | a90af22003308e54dd4b0604b26f99c9325e37ab (diff) | |
download | gitea-98d7e04767fe2835da9d90fdb71bc4a8f8bdc57f.tar.gz gitea-98d7e04767fe2835da9d90fdb71bc4a8f8bdc57f.zip |
Switch back to `vue-tsc` (#33248)
It supports Typescript 5.7 now, so we can switch back to the official
version.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 6881ddb306..31a65c647c 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,6 @@ "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "4.4.1", "@playwright/test": "1.49.1", - "@silverwind/vue-tsc": "2.1.13", "@stoplight/spectral-cli": "6.14.2", "@stylistic/eslint-plugin-js": "2.12.1", "@stylistic/stylelint-plugin": "3.1.1", @@ -111,7 +110,8 @@ "type-fest": "4.30.2", "updates": "16.4.1", "vite-string-plugin": "1.3.4", - "vitest": "2.1.8" + "vitest": "2.1.8", + "vue-tsc": "2.2.0" }, "browserslist": [ "defaults" |