Skip to content

Commit 1d7f96a

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent 90a716f commit 1d7f96a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
},
148148
"dependencies": {
149149
"date-fns": "^2.0.0-alpha.24",
150-
"rxjs": "^6.6.3",
150+
"rxjs": "^7.3.1",
151151
"tagged-template-noop": "^2.1.0"
152152
},
153153
"husky": {

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6259,12 +6259,12 @@ rxjs-tslint-rules@^4.23.0:
62596259
tsutils "^3.0.0"
62606260
tsutils-etc "^1.1.0"
62616261

6262-
rxjs@^6.6.3:
6263-
version "6.6.3"
6264-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
6265-
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
6262+
rxjs@^7.3.1:
6263+
version "7.3.1"
6264+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.3.1.tgz#cc375521f9e238b474fe552b0b9fd1be33d08099"
6265+
integrity sha512-vNenx7gqjPyeKpRnM6S5Ksm/oFTRijWWzYlRON04KaehZ3YjDwEmVjGUGo0TKWVjeNXOujVRlh0K1drUbcdPkw==
62666266
dependencies:
6267-
tslib "^1.9.0"
6267+
tslib "~2.1.0"
62686268

62696269
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
62706270
version "5.1.2"
@@ -7063,15 +7063,15 @@ ts-node@^9:
70637063
source-map-support "^0.5.17"
70647064
yn "3.1.1"
70657065

7066-
tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
7066+
tslib@^1.8.0, tslib@^1.8.1:
70677067
version "1.9.3"
70687068
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
70697069
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
70707070

7071-
tslib@^2:
7072-
version "2.3.1"
7073-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
7074-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
7071+
tslib@^2, tslib@~2.1.0:
7072+
version "2.1.0"
7073+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
7074+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
70757075

70767076
tslint-config-prettier@^1.18.0:
70777077
version "1.18.0"

0 commit comments

Comments
 (0)