Skip to content

Commit

Permalink
chore(deps): update dependency graphql-tools to v4 (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and martijnwalraven committed Oct 9, 2018
1 parent 5c115a1 commit ebe8b39
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"graphql": "14.0.2",
"graphql-subscriptions": "0.5.8",
"graphql-tag": "2.10.0",
"graphql-tools": "3.1.1",
"graphql-tools": "4.0.0",
"hapi": "17.6.0",
"husky": "0.14.3",
"jest": "23.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-cloud-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@apollographql/graphql-playground-html": "^1.6.0",
"apollo-server-core": "file:../apollo-server-core",
"apollo-server-env": "file:../apollo-server-env",
"graphql-tools": "^3.0.4"
"graphql-tools": "^4.0.0"
},
"devDependencies": {
"apollo-server-integration-testsuite": "file:../apollo-server-integration-testsuite"
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"graphql-extensions": "file:../graphql-extensions",
"graphql-subscriptions": "^0.5.8",
"graphql-tag": "^2.9.2",
"graphql-tools": "^3.0.4",
"graphql-tools": "^4.0.0",
"hash.js": "^1.1.3",
"lodash": "^4.17.10",
"subscriptions-transport-ws": "^0.9.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"graphql-subscriptions": "^0.5.8",
"graphql-tools": "^3.0.4",
"graphql-tools": "^4.0.0",
"type-is": "^1.6.16"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"apollo-server-core": "file:../apollo-server-core",
"boom": "^7.1.0",
"graphql-subscriptions": "^0.5.8",
"graphql-tools": "^3.0.4"
"graphql-tools": "^4.0.0"
},
"devDependencies": {
"apollo-server-integration-testsuite": "file:../apollo-server-integration-testsuite"
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"accepts": "^1.3.5",
"apollo-server-core": "file:../apollo-server-core",
"graphql-subscriptions": "^0.5.8",
"graphql-tools": "^3.0.4",
"graphql-tools": "^4.0.0",
"koa": "2.5.3",
"koa-bodyparser": "^3.0.0",
"koa-router": "^7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@apollographql/graphql-playground-html": "^1.6.0",
"apollo-server-core": "file:../apollo-server-core",
"apollo-server-env": "file:../apollo-server-env",
"graphql-tools": "^3.0.4"
"graphql-tools": "^4.0.0"
},
"devDependencies": {
"apollo-server-integration-testsuite": "file:../apollo-server-integration-testsuite"
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"apollo-server-express": "file:../apollo-server-express",
"express": "^4.0.0",
"graphql-subscriptions": "^0.5.8",
"graphql-tools": "^3.0.4"
"graphql-tools": "^4.0.0"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
Expand Down

0 comments on commit ebe8b39

Please sign in to comment.