Skip to content

Commit

Permalink
fix: drop unsupported peer dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Jun 26, 2023
1 parent 095007d commit 18e5028
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 18e5028

Please sign in to comment.