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

Commit

Permalink
update to latest graphiql
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Nov 2, 2015
1 parent c8739a8 commit 6df8787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"raw-body": "~2.1.2"
},
"peerDependencies": {
"graphql": "~0.4.5"
"graphql": "~0.4.7"
},
"devDependencies": {
"babel": "5.8.21",
Expand Down
2 changes: 1 addition & 1 deletion src/renderGraphiQL.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
type GraphiQLData = { query: ?string, variables: ?Object, result?: Object };

// Current latest version of GraphiQL.
var GRAPHIQL_VERSION = '0.2.4';
var GRAPHIQL_VERSION = '0.3.1';

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

0 comments on commit 6df8787

Please sign in to comment.