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

Commit 838a517

Browse files
committed
Update dependency rxjs to ^6.5.3
1 parent fea85a0 commit 838a517

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
@@ -157,7 +157,7 @@
157157
"@sourcegraph/lsp-client": "^2.0.0-beta.2",
158158
"@sourcegraph/vscode-ws-jsonrpc": "0.0.3-fork",
159159
"prettier": "^1.16.4",
160-
"rxjs": "^6.3.3",
160+
"rxjs": "^6.5.3",
161161
"sourcegraph-langserver-http": "https://github.com/sourcegraph/sourcegraph-langserver-http#0b0173feef37d1f4f68d881c95ac3f4c97bfedb3",
162162
"tagged-template-noop": "^2.1.0",
163163
"vscode-jsonrpc": "^4.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4891,10 +4891,10 @@ rxjs-tslint-rules@^4.12.0:
48914891
tslib "^1.8.0"
48924892
tsutils "^3.0.0"
48934893

4894-
rxjs@^6.3.3, rxjs@^6.4.0:
4895-
version "6.5.2"
4896-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.2.tgz#2e35ce815cd46d84d02a209fb4e5921e051dbec7"
4897-
integrity sha512-HUb7j3kvb7p7eCUHE3FqjoDsC1xfZQ4AHFWfTKSpZ+sAhhz5X1WX0ZuUqWbzB2QhSLp3DoLUG+hMdEDKqWo2Zg==
4894+
rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.5.3:
4895+
version "6.5.3"
4896+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.3.tgz#510e26317f4db91a7eb1de77d9dd9ba0a4899a3a"
4897+
integrity sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==
48984898
dependencies:
48994899
tslib "^1.9.0"
49004900

0 commit comments

Comments
 (0)