Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit ab8ad44

Browse files
authored
basic-code-intel 7.0.6 to ignore LSIF errors (#98)
1 parent fea85a0 commit ab8ad44

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"typescript": "^3.1.6"
154154
},
155155
"dependencies": {
156-
"@sourcegraph/basic-code-intel": "7.0.3",
156+
"@sourcegraph/basic-code-intel": "7.0.6",
157157
"@sourcegraph/lsp-client": "^2.0.0-beta.2",
158158
"@sourcegraph/vscode-ws-jsonrpc": "0.0.3-fork",
159159
"prettier": "^1.16.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,10 +700,10 @@
700700
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
701701
integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==
702702

703-
"@sourcegraph/basic-code-intel@7.0.3":
704-
version "7.0.3"
705-
resolved "https://registry.yarnpkg.com/@sourcegraph/basic-code-intel/-/basic-code-intel-7.0.3.tgz#078c100d2a0a635cc6082091718dc689b8cc113b"
706-
integrity sha512-BI5bTHUkNpIPIshBg/pxOuNVarO8Dt7TlF+8c1Zpz4uqdCzufxxtkY2OPVQ/KehlJepMJiuPFmrvHrUN19p51g==
703+
"@sourcegraph/basic-code-intel@7.0.6":
704+
version "7.0.6"
705+
resolved "https://registry.yarnpkg.com/@sourcegraph/basic-code-intel/-/basic-code-intel-7.0.6.tgz#ad7b747cbea21d089447eb327afc2fb402dade3e"
706+
integrity sha512-gK1ayb4vSD3SEJdnQqG7VGilFjl6naQ1JvrQNrbUiI4zQfoN7HfsBhWNtThHM5PfLkKBpyEnqyrFqB6E5FmZrA==
707707
dependencies:
708708
lodash "^4.17.11"
709709
rxjs "^6.3.3"

0 commit comments

Comments
 (0)