mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
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:
parent
811e44eee7
commit
3fb539cdbe
2 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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> = {
|
||||
|
|
Loading…
Add table
Reference in a new issue