Skip to content

Commit 1928c3b

Browse files
authored
Update graphql dependency to 0.9.1 (#145)
1 parent 10d9ec1 commit 1928c3b

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
@@ -39,7 +39,7 @@
3939
"cover:lcov": "babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha"
4040
},
4141
"peerDependencies": {
42-
"graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || 0.9.0"
42+
"graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0"
4343
},
4444
"devDependencies": {
4545
"babel-cli": "6.18.0",
@@ -72,7 +72,7 @@
7272
"eslint-plugin-babel": "3.3.0",
7373
"eslint-plugin-flowtype": "2.25.0",
7474
"flow-bin": "0.35.0",
75-
"graphql": "0.9.0",
75+
"graphql": "0.9.1",
7676
"isparta": "4.0.0",
7777
"mocha": "3.1.2",
7878
"sane": "1.4.1"

0 commit comments

Comments
 (0)