Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit b2b6425

Browse files
committed
Update lsp-client
1 parent 813cfda commit b2b6425

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"dependencies": {
161161
"@sourcegraph/basic-code-intel": "^6.0.3",
162162
"@sourcegraph/lightstep-tracer-webworker": "^0.20.14-fork.3",
163-
"@sourcegraph/lsp-client": "^1.0.0",
163+
"@sourcegraph/lsp-client": "^2.0.0-beta.1",
164164
"@sourcegraph/typescript-language-server": "^0.3.7-fork",
165165
"@sourcegraph/vscode-ws-jsonrpc": "0.0.3-fork",
166166
"abort-controller": "^2.0.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -814,15 +814,15 @@
814814
source-map-support "0.3.3"
815815
thrift "0.10.0"
816816

817-
"@sourcegraph/lsp-client@^1.0.0":
818-
version "1.0.0"
819-
resolved "https://registry.npmjs.org/@sourcegraph/lsp-client/-/lsp-client-1.0.0.tgz#94bd3db58c67295e71994ea443a37b4063d15708"
820-
integrity sha512-D9IH5rsaTAZfqin8dzA6HKCaxW0dX1Ez7D8oUWMLg3u3jJMYUhv8qDAGb8tuXuGGBGX5W3733qFrq8ou7ku6+w==
817+
"@sourcegraph/lsp-client@^2.0.0-beta.1":
818+
version "2.0.0-beta.1"
819+
resolved "https://registry.npmjs.org/@sourcegraph/lsp-client/-/lsp-client-2.0.0-beta.1.tgz#d231d8caba53a1ff70de20f7b442c2ea439d3b37"
820+
integrity sha512-hho0weMoCxKk96hYkj4re7B6JxY+NccfUm2pgv0+YUKBDWRijqO8sqlgOsN8tl+H1s7UjvE7xw//cENI1N+NGA==
821821
dependencies:
822822
"@sourcegraph/vscode-ws-jsonrpc" "^0.0.3-fork"
823823
lodash "^4.17.11"
824-
rxjs "^6.3.3"
825-
sourcegraph "^20.0.0"
824+
rxjs "^6.4.0"
825+
sourcegraph "^22.0.0"
826826
type-zoo "^3.2.1"
827827
uuid "^3.3.2"
828828
vscode-languageserver-protocol "^3.14.1"
@@ -8402,7 +8402,7 @@ source-map@^0.7.3:
84028402
resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
84038403
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
84048404

8405-
sourcegraph@^20.0.0, sourcegraph@^20.1.0:
8405+
sourcegraph@^20.1.0:
84068406
version "20.1.0"
84078407
resolved "https://registry.npmjs.org/sourcegraph/-/sourcegraph-20.1.0.tgz#9ba6c0e57107b1fe66c4299db32c7780094398cc"
84088408
integrity sha512-zbpDsFtExHQ04eJvQ2IIoi1rWrJU7Uhw4wXoy7V9Xpj/qMgbNnV4dev1kDg24y6F9vXM+jSONRrVcg/EO/UMag==

0 commit comments

Comments
 (0)