Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit 2f00335

Browse files
committed
chore(deps): update dependency rxjs to v7
1 parent 64ef336 commit 2f00335

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
@@ -21,7 +21,7 @@
2121
"@angular/platform-browser-dynamic": "10.0.11",
2222
"@angular/router": "10.0.11",
2323
"bootstrap": "4.6.0",
24-
"rxjs": "6.6.7",
24+
"rxjs": "7.1.0",
2525
"tslib": "2.2.0",
2626
"zone.js": "0.11.4"
2727
},

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7347,12 +7347,12 @@ [email protected]:
73477347
dependencies:
73487348
tslib "^1.9.0"
73497349

7350-
rxjs@6.6.7:
7351-
version "6.6.7"
7352-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
7353-
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
7350+
rxjs@7.1.0:
7351+
version "7.1.0"
7352+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.1.0.tgz#94202d27b19305ef7b1a4f330277b2065df7039e"
7353+
integrity sha512-gCFO5iHIbRPwznl6hAYuwNFld8W4S2shtSJIqG27ReWXo9IWrCyEICxUA+6vJHwSR/OakoenC4QsDxq50tzYmw==
73547354
dependencies:
7355-
tslib "^1.9.0"
7355+
tslib "~2.1.0"
73567356

73577357
rxjs@^6.5.0, rxjs@^6.5.3:
73587358
version "6.6.2"
@@ -8388,6 +8388,11 @@ tslib@^1.10.0, tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
83888388
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
83898389
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
83908390

8391+
tslib@~2.1.0:
8392+
version "2.1.0"
8393+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
8394+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
8395+
83918396
83928397
version "6.1.3"
83938398
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904"

0 commit comments

Comments
 (0)