This repository was archived by the owner on Mar 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 51
51
"raw-body" : " ~2.1.2"
52
52
},
53
53
"peerDependencies" : {
54
- "graphql" : " ~ 0.4.7 "
54
+ "graphql" : " ^ 0.4.8 "
55
55
},
56
56
"devDependencies" : {
57
57
"babel" : " 5.8.21" ,
66
66
"express" : " 4.13.3" ,
67
67
"express3" : " *" ,
68
68
"flow-bin" : " 0.14.0" ,
69
- "graphql" : " 0.4.7 " ,
69
+ "graphql" : " 0.4.8 " ,
70
70
"isparta" : " 3.0.3" ,
71
71
"mocha" : " 2.2.5" ,
72
72
"multer" : " 1.0.3" ,
Original file line number Diff line number Diff line change 11
11
type GraphiQLData = { query : ?string , variables : ?Object , result ?: Object } ;
12
12
13
13
// Current latest version of GraphiQL.
14
- var GRAPHIQL_VERSION = '0.3 .1' ;
14
+ var GRAPHIQL_VERSION = '0.4 .1' ;
15
15
16
16
/**
17
17
* When express-graphql receives a request which does not Accept JSON, but does
@@ -41,7 +41,8 @@ add "&raw" to the end of the URL within a browser.
41
41
<head>
42
42
<link href="//cdn.jsdelivr.net/graphiql/${ GRAPHIQL_VERSION } /graphiql.css" rel="stylesheet" />
43
43
<script src="//cdn.jsdelivr.net/fetch/0.9.0/fetch.min.js"></script>
44
- <script src="//cdn.jsdelivr.net/react/0.13.3/react.min.js"></script>
44
+ <script src="//cdn.jsdelivr.net/react/0.14.2/react.min.js"></script>
45
+ <script src="//cdn.jsdelivr.net/react/0.14.2/react-dom.min.js"></script>
45
46
<script src="//cdn.jsdelivr.net/graphiql/${ GRAPHIQL_VERSION } /graphiql.min.js"></script>
46
47
</head>
47
48
<body>
You can’t perform that action at this time.
0 commit comments