Skip to content

Commit

Permalink
chore: update peer deps to @nestjs/graphql v11
Browse files Browse the repository at this point in the history
Update `@nestjs/apollo` and `@nestjs/mercurius` to declare `@nestjs/graphql` v11 as peer dep.
  • Loading branch information
dariuszkuc committed Mar 10, 2023
1 parent 39f77a8 commit 20ce1a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@as-integrations/fastify": "^1.3.0",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.3.8",
"@nestjs/graphql": "^10.1.7",
"@nestjs/graphql": "^11.0.0",
"graphql": "^16.6.0"
},
"peerDependenciesMeta": {
Expand All @@ -60,4 +60,4 @@
"optional": true
}
}
}
}
4 changes: 2 additions & 2 deletions packages/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@mercuriusjs/federation": "^1.0.0",
"@mercuriusjs/gateway": "^1.0.0",
"@nestjs/common": "^9.3.8",
"@nestjs/graphql": "^10.1.7",
"@nestjs/graphql": "^11.0.0",
"fastify": "^4.12.0",
"graphql": "^16.0.0",
"mercurius": "^12.0.0"
Expand All @@ -57,4 +57,4 @@
"optional": true
}
}
}
}

0 comments on commit 20ce1a2

Please sign in to comment.