diff --git a/package.json b/package.json index 6163f0c..d07c1a7 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "typescript": "^3.1.6" }, "dependencies": { - "@sourcegraph/basic-code-intel": "8.0.0", + "@sourcegraph/basic-code-intel": "9.0.0", "@sourcegraph/lsp-client": "^2.0.0-beta.2", "@sourcegraph/vscode-ws-jsonrpc": "0.0.3-fork", "prettier": "^1.16.4", diff --git a/yarn.lock b/yarn.lock index 7969cda..804f35e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -700,10 +700,10 @@ resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd" integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow== -"@sourcegraph/basic-code-intel@8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@sourcegraph/basic-code-intel/-/basic-code-intel-8.0.0.tgz#25fc0748c7dc9e9b8d35ff7e3c098e0929d8475f" - integrity sha512-+feTbHTUBOb7fCjFktSCGG+a33UjBBAMzr88vwg7ggwGkdRL3CyqPXZXIKu83bsFRbZdSNti+S4fVf+m/laVqQ== +"@sourcegraph/basic-code-intel@9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@sourcegraph/basic-code-intel/-/basic-code-intel-9.0.0.tgz#fb750d8b02a4dcb6eb1dab123ea547c3c8897203" + integrity sha512-HChZ2dOlG2teKWwnTG72zZcK7eXpndCzp/z0nM+UmDgtUG7xAoO68xt1NMmko2mkD/aTqlya4ni9D9jMEN5oAA== dependencies: lodash "^4.17.11" rxjs "^6.3.3"