Skip to content

Commit

Permalink
Update graphql dependency for apollo server upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiyueGuan committed Feb 1, 2024
1 parent 60c4faf commit 6b70ad0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v5.0.0

- Update graphql peer-dependency for Apollo server v3.

### v4.0.0

- Updated @apollo/federation dependency for Node 18 compatibility.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -32,7 +32,7 @@
"debug": "^4.3.1"
},
"peerDependencies": {
"graphql": "^15.0.0"
"graphql": "^16.0.0"
},
"devDependencies": {
"@apollo/gateway": "^0.28.2",
Expand Down

0 comments on commit 6b70ad0

Please sign in to comment.