Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 6df8787

Browse files
committed
update to latest graphiql
1 parent c8739a8 commit 6df8787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"raw-body": "~2.1.2"
5252
},
5353
"peerDependencies": {
54-
"graphql": "~0.4.5"
54+
"graphql": "~0.4.7"
5555
},
5656
"devDependencies": {
5757
"babel": "5.8.21",

src/renderGraphiQL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
type GraphiQLData = { query: ?string, variables: ?Object, result?: Object };
1212

1313
// Current latest version of GraphiQL.
14-
var GRAPHIQL_VERSION = '0.2.4';
14+
var GRAPHIQL_VERSION = '0.3.1';
1515

1616
/**
1717
* When express-graphql receives a request which does not Accept JSON, but does

0 commit comments

Comments
 (0)