Skip to content

Commit

Permalink
Fix peerDep warning (#6531)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson committed Jul 18, 2018
1 parent e5737cf commit 4159317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-plugin-remove-graphql-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"graphql": "^0.11.7"
"graphql": "^0.13.2"
},
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
Expand Down

0 comments on commit 4159317

Please sign in to comment.