Skip to content

Commit

Permalink
Bump graphql peerDependencies to ^15.0.0 (apollographql/apollo-se…
Browse files Browse the repository at this point in the history
…rver#3944)

In response to the release of graphql@15.0.0, this updates all
peerDependencies in the apollo-server monorepo to include the
latest version of graphql-js.

Note: this drops support for the previously supported rcs and
will result in a peerDependencies warning if you choose not to
upgrade your version of graphql from an rc to latest.
Apollo-Orig-Commit-AS: apollographql/apollo-server@8647334
  • Loading branch information
trevor-scheer authored Apr 2, 2020
1 parent e7cb384 commit 8536c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion federation-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"lodash.xorby": "^4.7.0"
},
"peerDependencies": {
"graphql": "^14.0.2 || ^15.0.0-rc.2"
"graphql": "^14.0.2 || ^15.0.0"
}
}
2 changes: 1 addition & 1 deletion gateway-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"pretty-format": "^24.7.0"
},
"peerDependencies": {
"graphql": "^14.2.1 || ^15.0.0-rc.2"
"graphql": "^14.2.1 || ^15.0.0"
}
}

0 comments on commit 8536c2c

Please sign in to comment.