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

Commit 7bfeabc

Browse files
committed
fix: upgrade @sourcegraph/extensions-client-common to fix CSS
Incorporates sourcegraph/extensions-client-common#67 to fix sourcegraph/sourcegraph#629.
1 parent aee1610 commit 7bfeabc

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
@@ -113,7 +113,7 @@
113113
"dependencies": {
114114
"@slimsag/react-shortcuts": "^1.2.1",
115115
"@sourcegraph/codeintellify": "^3.9.1",
116-
"@sourcegraph/extensions-client-common": "^11.0.0",
116+
"@sourcegraph/extensions-client-common": "^11.0.1",
117117
"@sourcegraph/react-loading-spinner": "0.0.6",
118118
"@sqs/jsonc-parser": "^1.0.3",
119119
"@types/uglifyjs-webpack-plugin": "1.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,10 +1331,10 @@
13311331
rxjs "^6.3.2"
13321332
vscode-languageserver-types "^3.8.2"
13331333

1334-
"@sourcegraph/extensions-client-common@^11.0.0":
1335-
version "11.0.0"
1336-
resolved "https://registry.yarnpkg.com/@sourcegraph/extensions-client-common/-/extensions-client-common-11.0.0.tgz#4635b5282d06f30d5f17c9e675f9a0f0fdde8d4a"
1337-
integrity sha512-bwsdcNSqKz38eIKMnZrWScSvmCmr7GwBhBTqGx+ZVE0xNuFN9Yq0KFfu6rpevsIygmrVAVhArfE4lY8xOFcIvg==
1334+
"@sourcegraph/extensions-client-common@^11.0.1":
1335+
version "11.0.1"
1336+
resolved "https://registry.yarnpkg.com/@sourcegraph/extensions-client-common/-/extensions-client-common-11.0.1.tgz#b748051982ef91bd94d5f7a093bffd21f023fab0"
1337+
integrity sha512-tE4fJJWsswrcQ9tqRgqFuCVNMVcEzkxfJCY6rEYcU8C+4fB0F9VWEYOCDlNDOPJIrBF30RiXAVXITw+J3Ks2vw==
13381338
dependencies:
13391339
"@slimsag/react-shortcuts" "^1.2.0"
13401340
bootstrap "^4.1.3"

0 commit comments

Comments
 (0)