Skip to content

Commit ac492bc

Browse files
committed
fix: Update monaco-languageclient to fix undo error
1 parent 48041ac commit ac492bc

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
2222
],
2323
"types": "dist/index.d.ts",
2424
"dependencies": {
25-
"@codingame/monaco-editor-wrapper": "^1.10.2",
25+
"@codingame/monaco-editor-wrapper": "^1.10.3",
2626
"@codingame/monaco-jsonrpc": "^0.3.1",
2727
"once": "^1.4.0",
2828
"sweetalert": "^2.1.2",
2929
"vscode-languageserver-protocol": "^3.16.0"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "7.17.7",
32+
"@babel/core": "7.17.8",
3333
"@babel/plugin-proposal-class-properties": "7.16.7",
3434
"@babel/plugin-proposal-optional-chaining": "7.16.7",
3535
"@babel/plugin-transform-modules-commonjs": "^7.17.7",
3636
"@babel/preset-env": "7.16.11",
3737
"@babel/preset-typescript": "7.16.7",
3838
"@codingame/monaco-jsonrpc": "^0.3.1",
3939
"@codingame/monaco-languageclient": "^0.17.4",
40-
"@babel/runtime": "7.17.7",
40+
"@babel/runtime": "7.17.8",
4141
"@rollup/plugin-alias": "3.1.9",
4242
"@rollup/plugin-babel": "5.3.1",
4343
"@rollup/plugin-commonjs": "21.0.2",
@@ -52,17 +52,17 @@
5252
"@typescript-eslint/eslint-plugin": "5.15.0",
5353
"@typescript-eslint/parser": "5.15.0",
5454
"conventional-changelog-conventionalcommits": "^4.6.3",
55-
"canvas": "^2.9.0",
55+
"canvas": "^2.9.1",
5656
"eslint": "8.11.0",
5757
"eslint-config-standard": "17.0.0-1",
5858
"eslint-config-standard-jsx": "11.0.0-1",
5959
"eslint-plugin-import": "2.25.4",
60-
"eslint-plugin-jest": "^26.1.1",
60+
"eslint-plugin-jest": "^26.1.2",
6161
"eslint-plugin-node": "11.1.0",
6262
"eslint-plugin-promise": "6.0.0",
6363
"eslint-plugin-unused-imports": "2.0.0",
6464
"jest": "^27.5.1",
65-
"monaco-languageclient": "^0.18.0",
65+
"monaco-languageclient": "^0.18.1",
6666
"proxy-polyfill": "^0.3.2",
6767
"rollup": "2.70.1",
6868
"rollup-plugin-dts": "^4.2.0",

0 commit comments

Comments
 (0)