Skip to content

Commit

Permalink
Merge pull request #278 from Chris-R3/update-graphql
Browse files Browse the repository at this point in the history
allow graphql@0.9.0 as peerDependency
  • Loading branch information
DxCx authored Jan 25, 2017
2 parents 0389b4a + e81f592 commit e1b86f4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* run batched requests in parallel ([@DxCx](https://github.com/DxCx)) on [#273](https://github.com/apollostack/graphql-server/pull/273)
* Fix GraphiQL options variables. Issue #193. ([@alanchristensen](https://github.com/alanchristensen)) on
[PR #255](https://github.com/apollostack/apollo-server/pull/255)
* Allow graphql@0.9.0 as peerDependency ([@Chris-R3](https://github.com/Chris-R3)) on [PR #278](https://github.com/apollostack/graphql-server/pull/278)

### v0.5.1
* add support for HTTP GET Method ([@DxCx](https://github.com/DxCx)) on [#180](https://github.com/apollostack/graphql-server/pull/180)
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"meteor-promise": "^0.8.0"
},
"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
"graphql": "^0.8.0 || ^0.9.0"
},
"optionalDependencies": {
"@types/graphql": "^0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"multer": "^1.2.1"
},
"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
"graphql": "^0.8.0 || ^0.9.0"
},
"optionalDependencies": {
"@types/express": "^4.0.35",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/graphql": "^0.8.5"
},
"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
"graphql": "^0.8.0 || ^0.9.0"
},
"optionalDependencies": {
"@types/hapi": "^13.0.35",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-integration-testsuite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/graphql": "^0.8.5"
},
"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
"graphql": "^0.8.0 || ^0.9.0"
},
"optionalDependencies": {
"@types/graphql": "^0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"koa-router": "^7.0.1"
},
"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
"graphql": "^0.8.0 || ^0.9.0"
},
"optionalDependencies": {
"@types/koa": "^2.0.33",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"es6-shim": "^0.35.3"
},
"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
"graphql": "^0.8.0 || ^0.9.0"
},
"optionalDependencies": {
"@types/graphql": "^0.8.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-restify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"restify": "^4.1.1"
},
"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
"graphql": "^0.8.0 || ^0.9.0"
},
"optionalDependencies": {
"@types/restify": "^2.0.38",
Expand Down

0 comments on commit e1b86f4

Please sign in to comment.