Skip to content

Commit 639325d

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent c849fc5 commit 639325d

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.1",
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
@@ -8598,12 +8598,12 @@ run-queue@^1.0.0, run-queue@^1.0.3:
85988598
dependencies:
85998599
aproba "^1.1.1"
86008600

8601-
rxjs@6.6.7:
8602-
version "6.6.7"
8603-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
8604-
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
8601+
rxjs@7.0.1:
8602+
version "7.0.1"
8603+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.0.1.tgz#5f41c4f991cea550471fc5d215727390103702c7"
8604+
integrity sha512-wViQ4Vgps1xJwqWIBooMNN44usCSthL7wCUl4qWqrVjhGfWyVyXcxlYzfDKkJKACQvZMTOft/jJ3RkbwK1j9QQ==
86058605
dependencies:
8606-
tslib "^1.9.0"
8606+
tslib "~2.1.0"
86078607

86088608
rxjs@^6.4.0:
86098609
version "6.4.0"
@@ -9880,6 +9880,11 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
98809880
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
98819881
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
98829882

9883+
tslib@~2.1.0:
9884+
version "2.1.0"
9885+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
9886+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
9887+
98839888
98849889
version "5.17.0"
98859890
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.17.0.tgz#f9f0ce2011d8e90debaa6e9b4975f24cd16852b8"

0 commit comments

Comments
 (0)