Skip to content

Commit

Permalink
yarn upgrade: avoid vscode-jsonrpc@6
Browse files Browse the repository at this point in the history
`[email protected]` depends on `vscode-jsonrpc@6`
which breaks our build. We expect to have `vscode-jsonrpc@5`.

Signed-off-by: Paul <[email protected]>
  • Loading branch information
paul-marechal committed Dec 15, 2020
1 parent 9e950a8 commit cb4d6b3
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 242 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"reflect-metadata": "^0.1.10",
"route-parser": "^0.0.5",
"safer-buffer": "^2.1.2",
"vscode-languageserver-protocol": "^3.15.3",
"vscode-languageserver-protocol": "~3.15.3",
"vscode-languageserver-types": "^3.15.1",
"vscode-uri": "^2.1.1",
"vscode-ws-jsonrpc": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@theia/metrics": "^1.8.0",
"@theia/plugin": "^1.8.0",
"@theia/plugin-ext": "^1.8.0",
"vscode-languageserver-protocol": "^3.15.3"
"vscode-languageserver-protocol": "~3.15.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit cb4d6b3

Please sign in to comment.