Skip to content

Commit cf28a89

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent e3e12b1 commit cf28a89

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
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.5.1",
151151
"tagged-template-noop": "^2.1.0"
152152
},
153153
"husky": {

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6311,12 +6311,12 @@ rxjs-tslint-rules@^4.23.0:
63116311
tsutils "^3.0.0"
63126312
tsutils-etc "^1.1.0"
63136313

6314-
rxjs@^6.6.3:
6315-
version "6.6.3"
6316-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
6317-
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
6314+
rxjs@^7.5.1:
6315+
version "7.5.1"
6316+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.1.tgz#af73df343cbcab37628197f43ea0c8256f54b157"
6317+
integrity sha512-KExVEeZWxMZnZhUZtsJcFwz8IvPvgu4G2Z2QyqjZQzUGr32KDYuSxrEYO4w3tFFNbfLozcrKUTvTPi+E9ywJkQ==
63186318
dependencies:
6319-
tslib "^1.9.0"
6319+
tslib "^2.1.0"
63206320

63216321
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:
63226322
version "5.1.2"
@@ -7121,11 +7121,16 @@ ts-node@^8.10.2:
71217121
source-map-support "^0.5.17"
71227122
yn "3.1.1"
71237123

7124-
tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
7124+
tslib@^1.8.0, tslib@^1.8.1:
71257125
version "1.9.3"
71267126
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
71277127
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
71287128

7129+
tslib@^2.1.0:
7130+
version "2.3.1"
7131+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
7132+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
7133+
71297134
tslint-config-prettier@^1.18.0:
71307135
version "1.18.0"
71317136
resolved "https://registry.yarnpkg.com/tslint-config-prettier/-/tslint-config-prettier-1.18.0.tgz#75f140bde947d35d8f0d238e0ebf809d64592c37"

0 commit comments

Comments
 (0)