Skip to content

Commit

Permalink
fix: 📦 update dependency rxjs to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 7, 2021
1 parent 6a9cd03 commit 16a31eb
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion libs/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@angular/common": ">= 9.1.11",
"@angular/core": ">= 9.1.11",
"@convoyr/core": ">= 3.0.0",
"rxjs": "^6.5.4"
"rxjs": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"rxjs": "^6.5.4"
"rxjs": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion libs/plugin-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"peerDependencies": {
"@convoyr/core": ">= 3.0.0",
"rxjs": "^6.5.4"
"rxjs": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion libs/plugin-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"peerDependencies": {
"@convoyr/core": ">= 3.0.0",
"rxjs": "^6.5.4"
"rxjs": "^7.0.0"
},
"dependencies": {
"buffer": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/plugin-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"peerDependencies": {
"@convoyr/core": ">= 3.0.0",
"rxjs": "^6.5.4"
"rxjs": "^7.0.0"
},
"dependencies": {
"backoff-rxjs": "^6.3.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"core-js": "^3.6.4",
"cors": "^2.8.5",
"express": "4.17.1",
"rxjs": "~6.6.0",
"rxjs": "~7.0.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.0"
},
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12841,13 +12841,20 @@ [email protected]:
dependencies:
tslib "^1.9.0"

rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.5.0, rxjs@^6.5.3, rxjs@^6.5.4, rxjs@^6.6.0, rxjs@^6.6.7, rxjs@~6.6.0:
rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.5.0, rxjs@^6.5.3, rxjs@^6.5.4, rxjs@^6.6.0, rxjs@^6.6.7:
version "6.6.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
dependencies:
tslib "^1.9.0"

rxjs@~7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.0.0.tgz#c55d67c52aee8804d32ab60965e335bd41e2dc2d"
integrity sha512-I1V/ArAtGJg4kmCfms8fULm0SwYgEsAf2d5WPCBGzTYm2qTjO3Tx4EDFaGjbOox8CeEsC69jQK22mnmfyA26sw==
dependencies:
tslib "~2.1.0"

[email protected], safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.2"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
Expand Down Expand Up @@ -14280,7 +14287,7 @@ tsickle@^0.39.0:
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.39.1.tgz#7ccf672cde5b430f5dd0b281ee49e170ef390ff9"
integrity sha512-CCc9cZhZbKoNizVM+K3Uqgit/go8GacjpqTv1cpwG/n2P0gB9GMoWZbxrUULDE9Wz26Lh86CGf6QyIPUVV1lnQ==

[email protected]:
[email protected], tslib@~2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
Expand Down

0 comments on commit 16a31eb

Please sign in to comment.