Skip to content

Commit

Permalink
Merge pull request #1591 from g59/fix/peers
Browse files Browse the repository at this point in the history
fix: drop unsupported peer dependency versions
  • Loading branch information
9renpoto authored Jun 26, 2023
2 parents 095007d + ba91676 commit 2e88e94
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/nestjs-firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"firebase"
],
"peerDependencies": {
"@nestjs/common": "^9.0.0 || ^10.0.0",
"firebase-admin": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
"@nestjs/common": "^10.0.0",
"firebase-admin": "^10.0.0 || ^11.0.0"
},
"devDependencies": {
"@google-cloud/firestore": "^6.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nestjs-graphql-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
],
"peerDependencies": {
"@apollo/gateway": "^2.0.0",
"@nestjs/graphql": "^11.0.0 || ^12.0.0",
"@nestjs/typeorm": "^9.0.0 || ^10.0.0",
"@nestjs/graphql": "^12.0.0",
"@nestjs/typeorm": "^10.0.0",
"graphql-relay": "^0.10.0",
"ts-morph": "*",
"class-validator": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-slack-webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"slack-webhook"
],
"peerDependencies": {
"@nestjs/common": "^9.0.0 || ^10.0.0",
"@nestjs/common": "^10.0.0",
"@slack/webhook": "^6.0.0"
},
"types": "lib/index.d.ts"
Expand Down

0 comments on commit 2e88e94

Please sign in to comment.