Skip to content

Commit

Permalink
Merge pull request #2551 from zgriesinger/zgriesinger/fix-peers
Browse files Browse the repository at this point in the history
fix(@nestjs/apollo): Add in missing peer dependencies.
  • Loading branch information
kamilmysliwiec authored Feb 6, 2023
2 parents 0c678c8 + a6d23c1 commit 7ffd772
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"peerDependencies": {
"@apollo/gateway": "^0.44.1 || ^0.46.0 || ^0.48.0 || ^0.49.0 || ^0.50.0 || ^2.0.0",
"@apollo/subgraph": "^2.0.0",
"@nestjs/common": "^8.2.3 || ^9.0.0",
"@nestjs/core": "^8.2.3 || ^9.0.0",
"@nestjs/graphql": "^10.0.0",
Expand All @@ -59,6 +60,9 @@
"@apollo/gateway": {
"optional": true
},
"@apollo/subgraph": {
"optional": true
},
"apollo-server-core": {
"optional": true
},
Expand Down
6 changes: 6 additions & 0 deletions packages/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,16 @@
"mercurius-integration-testing": "6.0.1"
},
"peerDependencies": {
"@apollo/subgraph": "^2.0.0",
"@nestjs/common": "^8.2.3 || ^9.0.0",
"@nestjs/graphql": "^10.0.0",
"fastify": "^3.25.0 || ^4.0.0",
"graphql": "^15.8.0 || ^16.0.0",
"mercurius": "^8.12.0 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta": {
"@apollo/subgraph": {
"optional": true
}
}
}

0 comments on commit 7ffd772

Please sign in to comment.