Skip to content

Commit b5fdb36

Browse files
committed
fix: Bundle monaco-vim/emacs to prevent monaco-editor version conflicts
1 parent 9439574 commit b5fdb36

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

package-lock.json

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@
2222
],
2323
"types": "dist/index.d.ts",
2424
"dependencies": {
25-
"@codingame/monaco-emacs": "^0.2.3",
2625
"delay": ">=5.0.0",
2726
"monaco-editor": "npm:@codingame/monaco-editor@^0.33.0",
28-
"monaco-vim": "^0.2.0",
2927
"vscode-oniguruma": "^1.6.2"
3028
},
3129
"devDependencies": {
@@ -35,6 +33,7 @@
3533
"@babel/preset-env": "7.16.11",
3634
"@babel/preset-typescript": "7.16.7",
3735
"@babel/runtime": "7.17.7",
36+
"@codingame/monaco-emacs": "^0.2.3",
3837
"@rollup/plugin-alias": "3.1.9",
3938
"@rollup/plugin-babel": "5.3.1",
4039
"@rollup/plugin-commonjs": "21.0.2",
@@ -61,6 +60,7 @@
6160
"fast-plist": "0.1.2",
6261
"ini": "2.0.0",
6362
"json5": "2.2.0",
63+
"monaco-vim": "^0.2.0",
6464
"postcss": "8.4.8",
6565
"rollup": "2.70.1",
6666
"rollup-plugin-json5": "1.0.0",

0 commit comments

Comments
 (0)