forked from graphql/graphiql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure compatible version of vscode-languageserver-protocol reso…
…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 graphql#2230
- Loading branch information
1 parent
ea15939
commit 1499f44
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19328,7 +19328,7 @@ [email protected]: | |
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== | ||
|