Skip to content

Commit 19a5c5f

Browse files
committed
chore(deps): add graphql as peer dependency
1 parent 71f3785 commit 19a5c5f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/apollo/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"@nestjs/graphql": "^10.0.0",
4949
"apollo-server-core": "^3.5.0",
5050
"apollo-server-express": "^3.5.0",
51-
"apollo-server-fastify": "^3.5.0"
51+
"apollo-server-fastify": "^3.5.0",
52+
"graphql": "^15.8.0 || ^16.0.0"
5253
},
5354
"peerDependenciesMeta": {
5455
"@apollo/gateway": {

packages/mercurius/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@nestjs/common": "^8.2.3 || ^9.0.0",
3939
"@nestjs/graphql": "^10.0.0",
4040
"fastify": "^3.25.0 || ^4.0.0",
41+
"graphql": "^15.8.0 || ^16.0.0",
4142
"mercurius": "^8.12.0 || ^9.0.0 || ^10.0.0"
4243
}
4344
}

0 commit comments

Comments
 (0)