Skip to content

Commit 78881a9

Browse files
committed
chore(deps): update dependency rxjs to v7
1 parent ef4f6d9 commit 78881a9

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/jest": "^26.0.13",
5454
"immer": "9.0.2",
5555
"prettier": "^2.3.0",
56-
"rxjs": "6.6.7",
56+
"rxjs": "7.1.0",
5757
"zone.js": "~0.11.3"
5858
},
5959
"devDependencies": {

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7065,7 +7065,14 @@ [email protected]:
70657065
dependencies:
70667066
tslib "^1.9.0"
70677067

7068-
[email protected], rxjs@^6.0.0, rxjs@^6.1.0:
7068+
7069+
version "7.1.0"
7070+
resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.1.0.tgz#94202d27b19305ef7b1a4f330277b2065df7039e"
7071+
integrity sha512-gCFO5iHIbRPwznl6hAYuwNFld8W4S2shtSJIqG27ReWXo9IWrCyEICxUA+6vJHwSR/OakoenC4QsDxq50tzYmw==
7072+
dependencies:
7073+
tslib "~2.1.0"
7074+
7075+
rxjs@^6.0.0, rxjs@^6.1.0:
70697076
version "6.6.7"
70707077
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz"
70717078
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
@@ -8145,6 +8152,11 @@ tslib@^2.0.0:
81458152
resolved "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz"
81468153
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==
81478154

8155+
tslib@~2.1.0:
8156+
version "2.1.0"
8157+
resolved "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
8158+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
8159+
81488160
81498161
version "1.9.0"
81508162
resolved "https://registry.npmjs.org/tslint-sonarts/-/tslint-sonarts-1.9.0.tgz"

0 commit comments

Comments
 (0)