Update graphql-playground-react CDN version to v1.7.10.

Follow-up on the update to `graphql-playground-html` in previous release by
also bumping the minor version of the `graphql-playground-react` dependency
to `1.7.10` — which is the version requested from the from the CDN bundle by
`graphql-playground-html`.

Ref: https://github.com/apollographql/apollo-server/pull/2037
This commit is contained in:
Jesse Rosenberger 2018-11-29 13:41:38 +02:00
parent 811e44eee7
commit 3fb539cdbe
No known key found for this signature in database
GPG key ID: C0CCCF81AA6C08D8
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
### vNEXT
- Follow-up on the update to `graphql-playground-html` in previous release by also bumping the minor version of the `graphql-playground-react` dependency to `1.7.10` — which is the version requested from the from the CDN bundle by `graphql-playground-html`. [PR #2037](https://github.com/apollographql/apollo-server/pull/2037)
### v2.2.4
- Fix GraphQL Playground documentation scrolling bug in Safari by updating to latest (rebased) fork of `graphql-playground-html`. [PR #2037](https://github.com/apollographql/apollo-server/pull/2037)

View file

@ -9,7 +9,7 @@ export {
// This specifies the version of `graphql-playground-react` that will be served
// from `graphql-playground-html`. It's passed to ``graphql-playground-html`'s
// renderPlaygroundPage` via the integration packages' playground configuration.
const playgroundVersion = '1.7.8';
const playgroundVersion = '1.7.10';
// https://stackoverflow.com/a/51365037
type RecursivePartial<T> = {