Skip to content

Commit 3edd0b1

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent 857c951 commit 3edd0b1

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
@@ -139,7 +139,7 @@
139139
},
140140
"dependencies": {
141141
"ignore": "^5.1.8",
142-
"rxjs": "^6.6.3",
142+
"rxjs": "^7.4.0",
143143
"tagged-template-noop": "^2.1.1"
144144
}
145145
}

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7104,12 +7104,12 @@ rxjs-report-usage@^1.0.4:
71047104
glob "~7.1.6"
71057105
prompts "~2.3.2"
71067106

7107-
rxjs@^6.6.3:
7108-
version "6.6.3"
7109-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
7110-
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
7107+
rxjs@^7.4.0:
7108+
version "7.4.0"
7109+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
7110+
integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
71117111
dependencies:
7112-
tslib "^1.9.0"
7112+
tslib "~2.1.0"
71137113

71147114
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:
71157115
version "5.1.2"
@@ -7976,15 +7976,15 @@ tsconfig-paths@^3.9.0:
79767976
minimist "^1.2.0"
79777977
strip-bom "^3.0.0"
79787978

7979-
tslib@^1.8.1, tslib@^1.9.0:
7979+
tslib@^1.8.1:
79807980
version "1.10.0"
79817981
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
79827982
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
79837983

7984-
tslib@^2.0.0:
7985-
version "2.0.0"
7986-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
7987-
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
7984+
tslib@^2.0.0, tslib@~2.1.0:
7985+
version "2.1.0"
7986+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
7987+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
79887988

79897989
tsutils-etc@^1.0.0, tsutils-etc@^1.2.2:
79907990
version "1.2.2"

0 commit comments

Comments
 (0)