Skip to content

Commit 814347d

Browse files
committed
fix compatibility with upcoming volar
1 parent 965efbb commit 814347d

File tree

3 files changed

+185
-72
lines changed

3 files changed

+185
-72
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@
117117
"fs-extra": "^10.1.0",
118118
"got": "^12.5.3",
119119
"got-cjs": "npm:got@^11.x",
120+
"tsm": "^2.3.0",
120121
"type-fest": "^2.13.1",
121122
"typed-jsonfile": "^0.2.1",
122123
"typescript": "^4.9.3",
123124
"vite": "^4.1.1",
124125
"vitest": "^0.26.0",
125126
"vitest-environment-ts-plugin": "./vitest-environment-ts-plugin",
126-
"vscode-manifest": "^0.0.4",
127-
"tsm": "^2.3.0"
127+
"vscode-manifest": "^0.0.4"
128128
},
129129
"pnpm": {
130130
"overrides": {
@@ -137,8 +137,9 @@
137137
"@types/lodash": "^4.14.182",
138138
"@types/mocha": "^9.1.1",
139139
"@types/pluralize": "^0.0.29",
140-
"@volar/language-server": "^1.0.24",
141-
"@volar/language-service": "^1.0.24",
140+
"@volar/language-server": "1.3.0-alpha.3",
141+
"@volar/language-service": "1.3.0-alpha.3",
142+
"@volar/vue-language-core": "^1.2.0-patch.2",
142143
"@vscode/emmet-helper": "^2.8.4",
143144
"@vscode/test-electron": "^2.1.5",
144145
"@zardoy/utils": "^0.0.9",

0 commit comments

Comments
 (0)