Skip to content

Commit 71eb1ac

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent e1b6077 commit 71eb1ac

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"express": "4.17.1",
3434
"node-fetch": "2.6.1",
35-
"rxjs": "6.6.7",
35+
"rxjs": "7.2.0",
3636
"socket.io": "2.4.1",
3737
"webpack-dev-server": "3.11.2",
3838
"xhr2": "0.2.1"

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8606,12 +8606,12 @@ run-queue@^1.0.0, run-queue@^1.0.3:
86068606
dependencies:
86078607
aproba "^1.1.1"
86088608

8609-
rxjs@6.6.7:
8610-
version "6.6.7"
8611-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
8612-
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
8609+
rxjs@7.2.0:
8610+
version "7.2.0"
8611+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.2.0.tgz#5cd12409639e9514a71c9f5f9192b2c4ae94de31"
8612+
integrity sha512-aX8w9OpKrQmiPKfT1bqETtUr9JygIz6GZ+gql8v7CijClsP0laoFUdKzxFAoWuRdSlOdU2+crss+cMf+cqMTnw==
86138613
dependencies:
8614-
tslib "^1.9.0"
8614+
tslib "~2.1.0"
86158615

86168616
rxjs@^6.4.0:
86178617
version "6.4.0"
@@ -9888,6 +9888,11 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
98889888
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
98899889
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
98909890

9891+
tslib@~2.1.0:
9892+
version "2.1.0"
9893+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
9894+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
9895+
98919896
tslint@5.17.0:
98929897
version "5.17.0"
98939898
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.17.0.tgz#f9f0ce2011d8e90debaa6e9b4975f24cd16852b8"

0 commit comments

Comments
 (0)