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] authored Nov 20, 2022
1 parent c136576 commit 8a731b8
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 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.5.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.0"
},
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12770,7 +12770,7 @@ [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.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:
version "6.6.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
Expand All @@ -12784,6 +12784,13 @@ rxjs@^7.4.0:
dependencies:
tslib "~2.1.0"

rxjs@~7.5.0:
version "7.5.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.7.tgz#2ec0d57fdc89ece220d2e702730ae8f1e49def39"
integrity sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==
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 @@ -14222,6 +14229,11 @@ tslib@^2.0.0, tslib@^2.3.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==

tslib@^2.1.0:
version "2.4.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==

tslint@~6.1.0:
version "6.1.3"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904"
Expand Down

0 comments on commit 8a731b8

Please sign in to comment.