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

Commit 0b452db

Browse files
committed
Update dependency rxjs to v7
1 parent 8d6de48 commit 0b452db

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lodash": "^4.17.21",
3535
"mz": "^2.7.0",
3636
"path-browserify": "^1.0.1",
37-
"rxjs": "^6.6.7",
37+
"rxjs": "^7.3.0",
3838
"sourcegraph": "25.3.0",
3939
"tagged-template-noop": "^2.1.1",
4040
"uuid": "^8.3.2",

yarn.lock

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7145,13 +7145,20 @@ rxjs-report-usage@^1.0.4:
71457145
glob "~7.1.6"
71467146
prompts "~2.3.2"
71477147

7148-
rxjs@^6.5.1, rxjs@^6.6.7:
7148+
rxjs@^6.5.1:
71497149
version "6.6.7"
71507150
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
71517151
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
71527152
dependencies:
71537153
tslib "^1.9.0"
71547154

7155+
rxjs@^7.3.0:
7156+
version "7.3.0"
7157+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.3.0.tgz#39fe4f3461dc1e50be1475b2b85a0a88c1e938c6"
7158+
integrity sha512-p2yuGIg9S1epc3vrjKf6iVb3RCaAYjYskkO+jHIaV0IjOPlJop4UnodOoFb2xeNwlguqLYvGw1b1McillYb5Gw==
7159+
dependencies:
7160+
tslib "~2.1.0"
7161+
71557162
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:
71567163
version "5.1.2"
71577164
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -7991,7 +7998,7 @@ tsconfig-paths@^3.9.0:
79917998
minimist "^1.2.0"
79927999
strip-bom "^3.0.0"
79938000

7994-
tslib@2.0.0, tslib@^2.0.0:
8001+
tslib@2.0.0:
79958002
version "2.0.0"
79968003
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
79978004
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
@@ -8001,6 +8008,11 @@ tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
80018008
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
80028009
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
80038010

8011+
tslib@^2.0.0, tslib@~2.1.0:
8012+
version "2.1.0"
8013+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
8014+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
8015+
80048016
tslint@^6.1.3:
80058017
version "6.1.3"
80068018
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904"

0 commit comments

Comments
 (0)