Skip to content

Commit

Permalink
Switch to monaco-editor-workers v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Aug 15, 2022
1 parent d43ff79 commit 8688061
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/examples/browser-lsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"monaco-editor": "0.34.0",
"monaco-editor-workers": "0.34.0-rc.1",
"monaco-editor-workers": "0.34.0",
"monaco-languageclient": "../../client",
"vscode-languageserver": "8.0.1",
"vscode-languageserver-protocol": "3.17.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/browser-old/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"monaco-editor": "0.34.0",
"monaco-editor-workers": "0.34.0-rc.1",
"monaco-editor-workers": "0.34.0",
"monaco-languageclient": "../../client",
"vscode-json-languageservice": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"monaco-editor": "0.34.0",
"monaco-editor-workers": "0.34.0-rc.1",
"monaco-editor-workers": "0.34.0",
"monaco-languageclient": "../../client",
"vscode-json-languageservice": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"vscode-ws-jsonrpc": "../../vscode-ws-jsonrpc",
"monaco-editor": "0.34.0",
"monaco-editor-workers": "0.34.0-rc.1",
"monaco-editor-workers": "0.34.0",
"monaco-languageclient": "../../client",
"normalize-url": "^7.0.3"
},
Expand Down

0 comments on commit 8688061

Please sign in to comment.