Skip to content

Commit a34f630

Browse files
feat: update language tools to 3.0 (#360)
1 parent e623278 commit a34f630

File tree

3 files changed

+390
-468
lines changed

3 files changed

+390
-468
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,13 @@
8888
"@types/hash-sum": "^1.0.2",
8989
"@types/node": "^24.2.0",
9090
"@vitejs/plugin-vue": "^6.0.1",
91-
"@volar/jsdelivr": "~2.4.11",
92-
"@volar/monaco": "~2.4.11",
91+
"@volar/jsdelivr": "2.4.23",
92+
"@volar/monaco": "2.4.23",
93+
"@volar/typescript": "2.4.23",
9394
"@vue/babel-plugin-jsx": "^1.4.0",
94-
"@vue/language-service": "~2.2.2",
95+
"@vue/language-core": "3.0.7-alpha.1",
96+
"@vue/language-service": "3.0.7-alpha.1",
97+
"@vue/typescript-plugin": "3.0.7-alpha.1",
9598
"assert": "^2.1.0",
9699
"bumpp": "^10.2.2",
97100
"codemirror": "^5.65.18",
@@ -112,7 +115,8 @@
112115
"vite": "^7.0.6",
113116
"vite-plugin-dts": "^4.5.4",
114117
"vscode-uri": "^3.1.0",
118+
"volar-service-typescript": "0.0.65",
115119
"vue": "^3.5.18",
116-
"vue-tsc": "~3.0.5"
120+
"vue-tsc": "3.0.7-alpha.1"
117121
}
118122
}

0 commit comments

Comments
 (0)