Skip to content

Commit

Permalink
Merge pull request #862 from ccoeurderoy/fix/pubsub-peer-deps
Browse files Browse the repository at this point in the history
fix(deps): restrict @algoan/pubsub peer dependency
  • Loading branch information
g-ongenae authored May 31, 2024
2 parents ca041da + 2a8587b commit 3559108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-pubsub-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/algoan/nestjs-components/issues"
},
"peerDependencies": {
"@algoan/pubsub": ">=4",
"@algoan/pubsub": ">=4 < 7",
"@nestjs/common": ">=8",
"@nestjs/core": ">=8",
"@nestjs/microservices": ">=8",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-pubsub-microservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/algoan/nestjs-components/issues"
},
"peerDependencies": {
"@algoan/pubsub": ">=4",
"@algoan/pubsub": ">=4 < 7",
"@nestjs/common": ">=8",
"@nestjs/core": ">=8",
"@nestjs/microservices": ">=8"
Expand Down

0 comments on commit 3559108

Please sign in to comment.