Skip to content

Commit

Permalink
Bump minimum graphql-js to v16.6.0 from v16.5.0 (#6961)
Browse files Browse the repository at this point in the history
Might as well require the latest and greatest when bumping our major
version.

Fixes #6070.
  • Loading branch information
glasser committed Sep 27, 2022
1 parent e12c371 commit a782c79
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changeset/real-games-dance.md
@@ -0,0 +1,7 @@
---
'@apollo/server-integration-testsuite': patch
'@apollo/server-plugin-response-cache': patch
'@apollo/server': patch
---

Require graphql@16.6 as a peer dependency.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/integration-testsuite/package.json
Expand Up @@ -44,7 +44,7 @@
"peerDependencies": {
"@apollo/server": "^4.0.0-alpha.13",
"@jest/globals": "28.x || 29.x",
"graphql": "^16.5.0",
"graphql": "^16.6.0",
"jest": "28.x || 29.x"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-response-cache/package.json
Expand Up @@ -34,6 +34,6 @@
},
"peerDependencies": {
"@apollo/server": "^4.0.0-alpha.12",
"graphql": "^16.5.0"
"graphql": "^16.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -111,7 +111,7 @@
"whatwg-mimetype": "^3.0.0"
},
"peerDependencies": {
"graphql": "^16.5.0"
"graphql": "^16.6.0"
},
"volta": {
"extends": "../../package.json"
Expand Down

0 comments on commit a782c79

Please sign in to comment.