Skip to content

Commit 16a3675

Browse files
committed
fix: merge issues
1 parent 504af08 commit 16a3675

File tree

6 files changed

+469
-10
lines changed

6 files changed

+469
-10
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,26 @@
6262
"@emmetio/codemirror-plugin": "^1.2.4",
6363
"@emmetio/css-abbreviation": "^2.1.8",
6464
"@microsoft/api-extractor": "^7.19.2",
65+
"@rollup/plugin-replace": "^5.0.2",
6566
"@types/codemirror": "^5.60.8",
6667
"@types/node": "^20.4.5",
6768
"@types/prettier": "^2.7.2",
6869
"@vitejs/plugin-vue": "^4.2.3",
70+
"@volar/cdn": "~1.9.2",
71+
"@volar/monaco": "~1.9.2",
72+
"@volar/typescript": "~1.9.2",
73+
"@vue/language-service": "1.8.6",
6974
"bumpp": "^9.1.1",
7075
"codemirror": "^5.65.14",
7176
"emmet": "^2.4.4",
7277
"fflate": "^0.8.0",
7378
"hash-sum": "^2.0.0",
79+
"monaco-editor-core": "^0.40.0",
80+
"monaco-editor-textmate": "^4.0.0",
81+
"monaco-textmate": "^3.0.1",
82+
"monaco-volar": "^0.4.0",
83+
"onigasm": "^2.2.5",
84+
"path-browserify": "^1.0.1",
7485
"prettier": "^2.8.8",
7586
"rimraf": "^3.0.2",
7687
"sass": "^1.55.0",

0 commit comments

Comments
 (0)