Skip to content

Commit 1d76c3f

Browse files
committed
chore(deps): update dependency rxjs to v7
1 parent 0b8c844 commit 1d76c3f

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.3",
5555
"prettier": "^2.3.1",
56-
"rxjs": "6.6.7",
56+
"rxjs": "7.4.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.4.0"
7070+
resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
7071+
integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
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)