Skip to content

Commit

Permalink
fix: ensure compatible version of vscode-languageserver-protocol reso…
Browse files Browse the repository at this point in the history
…lved

Between MINOR version of vscode-languageserver-protocol, the version of
vscode-jsonrpc that it depends on changed in **MAJOR** version.

Thus, this PR try to ensure the user of this package use compatible
version of vscode-languageserver-protocol and vscode-jsonrpc.

I think this will fixes #2230
  • Loading branch information
xuanduc987 committed Jul 7, 2022
1 parent ea15939 commit 1499f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/graphql-language-service-server/package.json
Expand Up @@ -44,6 +44,7 @@
"nullthrows": "^1.0.0",
"vscode-jsonrpc": "^5.0.1",
"vscode-languageserver": "^6.1.1",
"vscode-languageserver-protocol": "~3.15.3",
"fast-glob": "^3.2.7",
"vscode-uri": "^3.0.2",
"glob": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -19328,7 +19328,7 @@ vscode-languageserver-protocol@3.14.1:
vscode-jsonrpc "^4.0.0"
vscode-languageserver-types "3.14.0"

vscode-languageserver-protocol@^3.15.3:
vscode-languageserver-protocol@^3.15.3, vscode-languageserver-protocol@~3.15.3:
version "3.15.3"
resolved "https://registry.yarnpkg.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.15.3.tgz#3fa9a0702d742cf7883cb6182a6212fcd0a1d8bb"
integrity sha512-zrMuwHOAQRhjDSnflWdJG+O2ztMWss8GqUUB8dXLR/FPenwkiBNkMIJJYfSN6sgskvsF0rHAoBowNQfbyZnnvw==
Expand Down

0 comments on commit 1499f44

Please sign in to comment.