Skip to content

Commit 9846c8e

Browse files
author
wangwenlu
committed
fix: use monaco-volar
1 parent aacba06 commit 9846c8e

28 files changed

+72
-35547
lines changed

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,21 @@
4444
"@types/codemirror": "^5.60.2",
4545
"@types/node": "^16.11.12",
4646
"@vitejs/plugin-vue": "^1.9.0",
47-
"@vue/reactivity": "^3.2.37",
48-
"@vue/runtime-core": "^3.2.37",
49-
"@vue/runtime-dom": "^3.2.37",
50-
"@vue/shared": "^3.2.37",
5147
"codemirror": "^5.62.3",
5248
"hash-sum": "^2.0.0",
53-
"monaco-editor-core": "^0.33.0",
5449
"rimraf": "^3.0.2",
5550
"sucrase": "^3.20.1",
5651
"typescript": "^4.7.3",
5752
"vite": "^2.9.8",
58-
"vscode-languageserver-protocol": "^3.17.1",
5953
"vue": "^3.2.37",
6054
"vue-tsc": "^0.37.3"
6155
},
6256
"peerDependencies": {
6357
"vue": "^3.2.37"
6458
},
6559
"dependencies": {
66-
"@volar/vue-language-service": "^0.37.3",
67-
"monaco-editor": "^0.33.0",
68-
"monaco-editor-textmate": "^3.0.0",
69-
"monaco-textmate": "^3.0.1",
60+
"monaco-editor-core": "^0.33.0",
61+
"monaco-volar": "^0.0.1",
7062
"onigasm": "^2.2.5",
7163
"path-browserify": "^1.0.1"
7264
}

0 commit comments

Comments
 (0)