Skip to content

Commit

Permalink
Upgrade graphql-js to v15
Browse files Browse the repository at this point in the history
This is a backport from #453. It appears that when `@apollo/federation` is
published without this and combined with `graphql@15` in a TypeScript setting,
compilation fails; with this upgrade, the produced `.d.ts` files are compatible
with both v14 and v15. See #537.

Doing this as a cherry-pick on a release branch to avoid no-op publishes of
`@apollo/gateway`.
  • Loading branch information
glasser committed Mar 5, 2021
1 parent a4e4ed3 commit 6544419
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"apollo-server-testing": "2.21.0",
"bunyan": "1.8.14",
"deep-freeze": "0.0.1",
"graphql": "14.7.0",
"graphql": "15.5.0",
"graphql-tag": "2.11.0",
"jest": "25.5.4",
"jest-config": "25.5.4",
Expand Down

0 comments on commit 6544419

Please sign in to comment.