Skip to content

Commit

Permalink
Update graphql-js dependency to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer committed Jan 24, 2017
1 parent b3a6c8d commit f894a8c
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 @@ -11,7 +11,7 @@
"es6-promise": "^3.2.1"
},
"peerDependencies": {
"graphql": "^0.7.0 || ^0.8.0"
"graphql": "^0.7.0 || ^0.8.0 || ^0.9.0"
},
"scripts": {
"compile": "tsc",
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"graphql": "^0.8.2",
"graphql": "^0.9.0",
"istanbul": "^1.0.0-alpha.2",
"mocha": "^3.0.0",
"remap-istanbul": "^0.6.4",
Expand Down

0 comments on commit f894a8c

Please sign in to comment.