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 Dec 4, 2021
1 parent f440104 commit 02f4c0c
Show file tree
Hide file tree
Showing 7 changed files with 8 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.4.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.0"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12777,14 +12777,14 @@ rxjs@6.6.3:
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==
dependencies:
tslib "^1.9.0"

rxjs@^7.4.0:
rxjs@^7.4.0, rxjs@~7.4.0:
version "7.4.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
Expand Down

0 comments on commit 02f4c0c

Please sign in to comment.