Skip to content

Commit

Permalink
Merge pull request #105 from gky99/update-dependency
Browse files Browse the repository at this point in the history
Update graphql dependency for apollo server upgrade
  • Loading branch information
tlivings committed Feb 5, 2024
2 parents 60c4faf + 39eb670 commit f408d20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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
6 changes: 3 additions & 3 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,11 +32,11 @@
"debug": "^4.3.1"
},
"peerDependencies": {
"graphql": "^15.0.0"
"graphql": "^16.0.0"
},
"devDependencies": {
"@apollo/gateway": "^0.28.2",
"apollo-server": "^2.25.0",
"apollo-server": "^3.13.0",
"casual": "^1.6.0",
"eslint": "^6.5.1",
"graphql": "^15.0.0",
Expand Down

0 comments on commit f408d20

Please sign in to comment.