Skip to content

Commit d8608a5

Browse files
Merge pull request #2300 from hwasurr/graphql-peer-deps
chore(deps): add graphql as peer dependency
2 parents 7280d85 + 19a5c5f commit d8608a5

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
@@ -52,7 +52,8 @@
5252
"@nestjs/graphql": "^10.0.0",
5353
"apollo-server-core": "^3.5.0",
5454
"apollo-server-express": "^3.5.0",
55-
"apollo-server-fastify": "^3.5.0"
55+
"apollo-server-fastify": "^3.5.0",
56+
"graphql": "^15.8.0 || ^16.0.0"
5657
},
5758
"peerDependenciesMeta": {
5859
"@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)