Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit be3b665

Browse files
committed
Update dependency rxjs to v7
1 parent 415c47f commit be3b665

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lodash": "^4.17.21",
3434
"lru-cache": "^6.0.0",
3535
"mz": "^2.7.0",
36-
"rxjs": "^6.6.7",
36+
"rxjs": "^7.4.0",
3737
"sourcegraph": "25.4.0",
3838
"tagged-template-noop": "^2.1.1",
3939
"uuid": "^8.3.2"

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7164,13 +7164,20 @@ rxjs-report-usage@^1.0.4:
71647164
glob "~7.1.6"
71657165
prompts "~2.3.2"
71667166

7167-
rxjs@^6.5.1, rxjs@^6.6.7:
7167+
rxjs@^6.5.1:
71687168
version "6.6.7"
71697169
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
71707170
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
71717171
dependencies:
71727172
tslib "^1.9.0"
71737173

7174+
rxjs@^7.4.0:
7175+
version "7.4.0"
7176+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
7177+
integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
7178+
dependencies:
7179+
tslib "~2.1.0"
7180+
71747181
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
71757182
version "5.1.2"
71767183
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -8017,10 +8024,10 @@ tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
80178024
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
80188025
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
80198026

8020-
tslib@^2.0.0:
8021-
version "2.0.0"
8022-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
8023-
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
8027+
tslib@^2.0.0, tslib@~2.1.0:
8028+
version "2.1.0"
8029+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
8030+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
80248031

80258032
tslint@^6.1.3:
80268033
version "6.1.3"

0 commit comments

Comments
 (0)