Skip to content

Commit a649c88

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent 7b95049 commit a649c88

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.0.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
@@ -8586,12 +8586,12 @@ run-queue@^1.0.0, run-queue@^1.0.3:
85868586
dependencies:
85878587
aproba "^1.1.1"
85888588

8589-
rxjs@6.6.7:
8590-
version "6.6.7"
8591-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
8592-
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
8589+
rxjs@7.0.0:
8590+
version "7.0.0"
8591+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.0.0.tgz#c55d67c52aee8804d32ab60965e335bd41e2dc2d"
8592+
integrity sha512-I1V/ArAtGJg4kmCfms8fULm0SwYgEsAf2d5WPCBGzTYm2qTjO3Tx4EDFaGjbOox8CeEsC69jQK22mnmfyA26sw==
85938593
dependencies:
8594-
tslib "^1.9.0"
8594+
tslib "~2.1.0"
85958595

85968596
rxjs@^6.4.0:
85978597
version "6.4.0"
@@ -9868,6 +9868,11 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
98689868
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
98699869
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
98709870

9871+
tslib@~2.1.0:
9872+
version "2.1.0"
9873+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
9874+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
9875+
98719876
tslint@5.17.0:
98729877
version "5.17.0"
98739878
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.17.0.tgz#f9f0ce2011d8e90debaa6e9b4975f24cd16852b8"

0 commit comments

Comments
 (0)