We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60c4faf + 39eb670 commit f408d20Copy full SHA for f408d20
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v5.0.0
2
+
3
+- Update graphql peer-dependency for Apollo server v3.
4
5
### v4.0.0
6
7
- Updated @apollo/federation dependency for Node 18 compatibility.
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-component",
- "version": "4.0.0",
+ "version": "5.0.0",
"description": "Build, customize and compose GraphQL schemas in a componentized fashion",
"keywords": [
"graphql",
@@ -32,11 +32,11 @@
32
"debug": "^4.3.1"
33
},
34
"peerDependencies": {
35
- "graphql": "^15.0.0"
+ "graphql": "^16.0.0"
36
37
"devDependencies": {
38
"@apollo/gateway": "^0.28.2",
39
- "apollo-server": "^2.25.0",
+ "apollo-server": "^3.13.0",
40
"casual": "^1.6.0",
41
"eslint": "^6.5.1",
42
"graphql": "^15.0.0",
0 commit comments