Skip to content

Commit

Permalink
chore(dependencies): update graphql to ^0.11.0, add graphql@^0.11.0 t…
Browse files Browse the repository at this point in the history
…o peerDependencies (#124)
  • Loading branch information
pleunv authored and jnwng committed Oct 16, 2017
1 parent 57a2587 commit db378df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"chai": "^4.0.2",
"graphql": "^0.10.0",
"graphql": "^0.11.0",
"mocha": "^3.4.1",
"rollup": "^0.45.0"
},
"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.0"
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0"
}
}

0 comments on commit db378df

Please sign in to comment.