Skip to content

Commit

Permalink
Merge pull request apollographql#237 from Dattaya/graphql08
Browse files Browse the repository at this point in the history
Allow to install graphql@0.8
  • Loading branch information
DxCx authored Dec 8, 2016
2 parents d5e1905 + aca12a4 commit 962930e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"meteor-promise": "^0.7.3"
},
"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0"
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
},
"optionalDependencies": {
"typed-graphql": "^1.0.2"
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 @@
"typed-graphql": "^1.0.2"
},
"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0"
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
},
"optionalDependencies": {
"@types/express": "^4.0.33"
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 @@
"typed-graphql": "^1.0.2"
},
"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0"
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.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 @@
"typed-graphql": "^1.0.2"
},
"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0"
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
},
"optionalDependencies": {
"typed-graphql": "^1.0.2"
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 @@ -39,7 +39,7 @@
"typed-graphql": "^1.0.2"
},
"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0"
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
},
"optionalDependencies": {
"@types/koa": "^2.0.33",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typed-graphql": "^1.0.2"
},
"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0"
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
},
"optionalDependencies": {
"typed-graphql": "^1.0.2"
Expand Down

0 comments on commit 962930e

Please sign in to comment.