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

Commit ff97264

Browse files
authored
Bump basic code intel version to 8.0.0. (#301)
1 parent 343dab7 commit ff97264

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
"yarn-deduplicate": "^1.1.1"
212212
},
213213
"dependencies": {
214-
"@sourcegraph/basic-code-intel": "^7.0.10",
214+
"@sourcegraph/basic-code-intel": "^8.0.0",
215215
"@sourcegraph/lightstep-tracer-webworker": "^0.20.14-fork.3",
216216
"@sourcegraph/typescript-language-server": "^0.3.7-fork",
217217
"@sourcegraph/vscode-ws-jsonrpc": "0.0.3-fork",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -801,13 +801,14 @@
801801
resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
802802
integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==
803803

804-
"@sourcegraph/basic-code-intel@^7.0.10":
805-
version "7.0.10"
806-
resolved "https://registry.npmjs.org/@sourcegraph/basic-code-intel/-/basic-code-intel-7.0.10.tgz#26d1af33f48075199e4ec0ca1cb53d64bdcb162f"
807-
integrity sha512-lZNd90AJFRJIQM2V8tzxzVlXPRQMrdIJ81T8vzGKXPwRjkT+Qr4mCqoRJKERL6J3OOcb9ElfQ3KwzSNvawwL2g==
804+
"@sourcegraph/basic-code-intel@^8.0.0":
805+
version "8.0.0"
806+
resolved "https://registry.npmjs.org/@sourcegraph/basic-code-intel/-/basic-code-intel-8.0.0.tgz#25fc0748c7dc9e9b8d35ff7e3c098e0929d8475f"
807+
integrity sha512-+feTbHTUBOb7fCjFktSCGG+a33UjBBAMzr88vwg7ggwGkdRL3CyqPXZXIKu83bsFRbZdSNti+S4fVf+m/laVqQ==
808808
dependencies:
809809
lodash "^4.17.11"
810810
rxjs "^6.3.3"
811+
semver "^6.3.0"
811812
sourcegraph "^23.0.1"
812813
vscode-languageserver-types "^3.14.0"
813814

0 commit comments

Comments
 (0)