Skip to content

Commit

Permalink
feat: upgrade volar
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed May 18, 2023
1 parent d04a1ed commit 0783d93
Show file tree
Hide file tree
Showing 4 changed files with 488 additions and 998 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,25 @@
"sucrase": "^3.20.1",
"typescript": "^4.5.4",
"vite": "^3.1.0",
"vue": "^3.2.39",
"vue-tsc": "^0.40.13",

"@volar/monaco": "1.3.0-alpha.3-patch.2",
"@volar/vue-language-service": "1.2.2-alpha.0",
"vue": "^3.3.0",
"vue-tsc": "1.7.4",
"@volar/monaco": "1.6.5",
"@vue/language-service": "1.7.4",
"monaco-editor-core": "^0.36.1",
"monaco-editor-textmate": "^4.0.0",
"monaco-textmate": "^3.0.1",
"monaco-volar": "^0.1.1",
"onigasm": "^2.2.5"
},
"peerDependencies": {
"@volar/monaco": "1.3.0-alpha.3-patch.2",
"@volar/vue-language-service": "1.2.2-alpha.0",
"@volar/monaco": "1.6.5",
"@vue/language-service": "1.7.4",
"monaco-editor-core": "^0.36.1",
"monaco-editor-textmate": "^4.0.0",
"monaco-textmate": "^3.0.1",
"monaco-volar": "^0.1.1",
"onigasm": "^2.2.5",
"vue": "^3.2.13"
"vue": "^3.3.0"
},
"peerDependenciesMeta": {
"@volar/monaco": {
Expand Down
Loading

0 comments on commit 0783d93

Please sign in to comment.