We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3758b4a commit 92a3bb8Copy full SHA for 92a3bb8
package.json
@@ -23,7 +23,7 @@
23
"prepublish": "npm run lint && npm run test && npm run build"
24
},
25
"peerDependencies": {
26
- "graphql": ">=0.7.0"
+ "graphql": "^0.8.2"
27
28
"devDependencies": {
29
"babel-cli": "^6.14.0",
@@ -39,7 +39,7 @@
39
"eslint-config-airbnb-base": "^5.0.3",
40
"eslint-plugin-babel": "^3.3.0",
41
"eslint-plugin-import": "^1.14.0",
42
- "graphql": "^0.7.0",
+ "graphql": "^0.8.2",
43
"jest": "^15.1.1"
44
45
"jest": {
0 commit comments