Skip to content

Commit

Permalink
fix(deps): restrict @algoan/pubsub peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoeurderoy committed Apr 19, 2024
1 parent ca041da commit 2a8587b
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 2a8587b

Please sign in to comment.