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

Commit 7ea672f

Browse files
committed
chore(deps): update dependency rxjs to v7
1 parent 7335d39 commit 7ea672f

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.4.0",
2525
"tslib": "2.3.1",
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.4.0:
7351+
version "7.4.0"
7352+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
7353+
integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
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)