Merge pull request #293 from ephemer/patch-1

Update GraphiQL version to 0.9.1
This commit is contained in:
Hagai Cohen 2017-01-31 17:38:11 +02:00 committed by GitHub
commit af2245c882

View file

@ -28,7 +28,7 @@ export type GraphiQLData = {
};
// Current latest version of GraphiQL.
const GRAPHIQL_VERSION = '0.8.0';
const GRAPHIQL_VERSION = '0.9.1';
// Ensures string values are safe to be used within a <script> tag.
// TODO: I don't think that's the right escape function