Skip to content

Commit 92a3bb8

Browse files
committed
Update graphql dependency to ^0.8.2
1 parent 3758b4a commit 92a3bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"prepublish": "npm run lint && npm run test && npm run build"
2424
},
2525
"peerDependencies": {
26-
"graphql": ">=0.7.0"
26+
"graphql": "^0.8.2"
2727
},
2828
"devDependencies": {
2929
"babel-cli": "^6.14.0",
@@ -39,7 +39,7 @@
3939
"eslint-config-airbnb-base": "^5.0.3",
4040
"eslint-plugin-babel": "^3.3.0",
4141
"eslint-plugin-import": "^1.14.0",
42-
"graphql": "^0.7.0",
42+
"graphql": "^0.8.2",
4343
"jest": "^15.1.1"
4444
},
4545
"jest": {

0 commit comments

Comments
 (0)