Skip to content

Commit

Permalink
Preserve existing peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
viktree authored Feb 14, 2024
1 parent 183da66 commit cae3a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"prepare": "npm run format && npm run build"
},
"peerDependencies": {
"@nestjs/common": "10.3.3",
"@nestjs/microservices": "10.3.3"
"@nestjs/common": "^7.4.0 || ^8.1.2 || ^10.3.3",
"@nestjs/microservices": "^7.4.0 || ^8.1.2 || ^10.3.3"
},
"dependencies": {
"@google-cloud/pubsub": "^3.0.1",
Expand Down

0 comments on commit cae3a89

Please sign in to comment.