From 77db46567f3bf65d52f258909a0c04071ed146d0 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 24 Oct 2018 15:58:45 +0300 Subject: [PATCH] Update to GraphQL Playground 1.7.8. In addition to updating the `@apollographql/graphql-playground-html` fork, which is necessary to avoid bundling `graphql-config` which had been problematic in serverless environments, this updates the version number which is served from the CDN. I've just published `@apollographql/graphql-playground-html@1.6.4`. Ref: https://github.com/apollographql/apollo-server/issues/1746 Ref: https://github.com/apollographql/graphql-playground/pull/2 Ref: https://github.com/apollographql/graphql-playground/pull/1 Thanks for @javlund for kicking off some of this work! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51775fc8..6f20bb08 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "node": ">=6" }, "dependencies": { - "@apollographql/graphql-playground-html": "^1.6.0", + "@apollographql/graphql-playground-html": "^1.6.4", "apollo-server-core": "file:../apollo-server-core", "apollo-server-env": "file:../apollo-server-env", "graphql-tools": "^4.0.0"