Skip to content

Commit 47030b6

Browse files
sxzzjohnsoncodehk
andauthored
feat: volar 2.x (#225)
Co-authored-by: Johnson Chu <johnsoncodehk@gmail.com>
1 parent dd9f1bb commit 47030b6

File tree

5 files changed

+931
-1099
lines changed

5 files changed

+931
-1099
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,10 @@
8181
"@types/node": "^20.14.2",
8282
"@typescript-eslint/eslint-plugin": "^7.13.0",
8383
"@vitejs/plugin-vue": "^5.0.5",
84-
"@volar/cdn": "~1.11.1",
85-
"@volar/monaco": "~1.11.1",
86-
"@volar/typescript": "~1.11.1",
84+
"@volar/jsdelivr": "~2.4.0-alpha.8",
85+
"@volar/monaco": "~2.4.0-alpha.8",
8786
"@vue/babel-plugin-jsx": "^1.2.2",
88-
"@vue/language-service": "1.9.0-alpha.3",
87+
"@vue/language-service": "~2.0.24",
8988
"assert-plus": "^1.0.0",
9089
"bumpp": "^9.4.1",
9190
"codemirror": "^5.65.16",
@@ -103,7 +102,8 @@
103102
"typescript": "^5.4.5",
104103
"vite": "^5.3.1",
105104
"vite-plugin-dts": "^3.9.1",
105+
"vscode-uri": "^3.0.8",
106106
"vue": "^3.4.29",
107-
"vue-tsc": "^2.0.21"
107+
"vue-tsc": "~2.0.24"
108108
}
109109
}

0 commit comments

Comments
 (0)