Skip to content

Commit

Permalink
chore: upgrade typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 16, 2023
1 parent d55a73d commit e857414
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 61 deletions.
5 changes: 0 additions & 5 deletions .github/renovate.json5
Expand Up @@ -16,11 +16,6 @@
enabled: false,
},

{
matchPackageNames: ['typescript'],
enabled: false,
},

{
groupName: 'volarjs',
groupSlug: 'volar-related',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"tsup": "^6.6.3",
"tsx": "^3.12.5",
"turbo": "^1.8.3",
"typescript": "^5.0.0-beta",
"typescript": "^5.0.2",
"vite": "^4.1.4",
"vitest": "^0.29.2",
"vue": "^3.2.47",
Expand Down
2 changes: 1 addition & 1 deletion packages/volar/package.json
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@volar/vue-language-core": "1.1.7",
"@vue/compiler-dom": "^3.2.47",
"typescript": "^5.0.0-beta",
"typescript": "^5.0.2",
"vue-tsc": "^1.2.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion playground/vue2/package.json
Expand Up @@ -23,7 +23,7 @@
"rollup": "^3.19.1",
"rollup-plugin-esbuild": "^5.0.0",
"tsx": "^3.12.5",
"typescript": "^5.0.0-beta",
"typescript": "^5.0.2",
"unplugin-vue-macros": "workspace:*",
"vite": "^4.1.4",
"vite-plugin-inspect": "^0.7.16",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue3/package.json
Expand Up @@ -27,7 +27,7 @@
"rollup-plugin-esbuild": "^5.0.0",
"tsx": "^3.12.5",
"type-fest": "^3.6.1",
"typescript": "^5.0.0-beta",
"typescript": "^5.0.2",
"unplugin-vue-macros": "workspace:*",
"vite": "^4.1.4",
"vite-plugin-inspect": "^0.7.16",
Expand Down

0 comments on commit e857414

Please sign in to comment.