We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04dd169 commit 0aac8d1Copy full SHA for 0aac8d1
package.json
@@ -44,6 +44,8 @@
44
"@types/codemirror": "^5.60.2",
45
"@types/node": "^16.11.12",
46
"@vitejs/plugin-vue": "^3.0.0",
47
+ "@volar/monaco": "1.3.0-alpha.3",
48
+ "@volar/vue-language-service": "1.2.2-alpha.0",
49
"codemirror": "^5.62.3",
50
"fflate": "^0.7.3",
51
"hash-sum": "^2.0.0",
@@ -55,8 +57,10 @@
55
57
"vue-tsc": "^0.40.13"
56
58
},
59
"dependencies": {
- "monaco-editor-core": "^0.33.0",
- "monaco-volar": "^0.0.1",
60
+ "monaco-editor-core": "^0.36.1",
61
+ "monaco-editor-textmate": "^4.0.0",
62
+ "monaco-textmate": "^3.0.1",
63
+ "monaco-volar": "^0.1.1",
64
"onigasm": "^2.2.5",
65
"path-browserify": "^1.0.1",
66
"vue": "^3.2.13"
0 commit comments