Skip to content

Commit b4baf69

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

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.1.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
@@ -7073,12 +7073,12 @@ rxjs-report-usage@^1.0.4:
70737073
glob "~7.1.6"
70747074
prompts "~2.3.2"
70757075

7076-
rxjs@^6.6.3:
7077-
version "6.6.3"
7078-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
7079-
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
7076+
rxjs@^7.1.0:
7077+
version "7.1.0"
7078+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.1.0.tgz#94202d27b19305ef7b1a4f330277b2065df7039e"
7079+
integrity sha512-gCFO5iHIbRPwznl6hAYuwNFld8W4S2shtSJIqG27ReWXo9IWrCyEICxUA+6vJHwSR/OakoenC4QsDxq50tzYmw==
70807080
dependencies:
7081-
tslib "^1.9.0"
7081+
tslib "~2.1.0"
70827082

70837083
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:
70847084
version "5.1.2"
@@ -7943,15 +7943,15 @@ tsconfig-paths@^3.9.0:
79437943
minimist "^1.2.0"
79447944
strip-bom "^3.0.0"
79457945

7946-
tslib@^1.8.1, tslib@^1.9.0:
7946+
tslib@^1.8.1:
79477947
version "1.10.0"
79487948
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
79497949
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
79507950

7951-
tslib@^2.0.0:
7952-
version "2.0.0"
7953-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
7954-
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
7951+
tslib@^2.0.0, tslib@~2.1.0:
7952+
version "2.1.0"
7953+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
7954+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
79557955

79567956
tsutils-etc@^1.0.0, tsutils-etc@^1.2.2:
79577957
version "1.2.2"

0 commit comments

Comments
 (0)