Skip to content

Commit

Permalink
chore(deps): update dependency @types/graphql to v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 23, 2018
1 parent abb946a commit a4e2e3e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-server-adonis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@adonisjs/fold": "4.0.7",
"@adonisjs/framework": "4.0.31",
"@adonisjs/sink": "1.0.16",
"@types/graphql": "0.12.5",
"@types/graphql": "0.12.6",
"apollo-server-integration-testsuite": "^1.3.2"
},
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"apollo-server-module-graphiql": "^1.3.2"
},
"devDependencies": {
"@types/graphql": "0.12.5",
"@types/graphql": "0.12.6",
"apollo-server-integration-testsuite": "^1.3.2",
"azure-functions-typescript": "0.0.1"
},
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 @@ -22,7 +22,7 @@
"homepage": "https://github.com/apollographql/apollo-server#readme",
"devDependencies": {
"@types/fibers": "0.0.30",
"@types/graphql": "0.12.5",
"@types/graphql": "0.12.6",
"fibers": "1.0.15",
"meteor-promise": "0.8.6",
"typescript": "2.7.2"
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 @@ -35,7 +35,7 @@
"@types/body-parser": "1.16.8",
"@types/connect": "3.4.31",
"@types/express": "4.11.1",
"@types/graphql": "0.12.5",
"@types/graphql": "0.12.6",
"@types/multer": "1.3.6",
"apollo-server-integration-testsuite": "^1.3.2",
"body-parser": "1.18.2",
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 @@ -25,7 +25,7 @@
"boom": "^7.1.0"
},
"devDependencies": {
"@types/graphql": "0.12.5",
"@types/graphql": "0.12.6",
"apollo-server-integration-testsuite": "^1.3.2",
"hapi": "17.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-integration-testsuite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"supertest": "^3.0.0"
},
"devDependencies": {
"@types/graphql": "0.12.5"
"@types/graphql": "0.12.6"
},
"typings": "dist/index.d.ts",
"typescript": {
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 @@ -24,7 +24,7 @@
"apollo-server-module-graphiql": "^1.3.2"
},
"devDependencies": {
"@types/graphql": "0.12.5",
"@types/graphql": "0.12.6",
"@types/koa": "2.0.44",
"@types/koa-bodyparser": "4.2.0",
"@types/koa-router": "7.0.27",
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 @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/aws-lambda": "0.0.34",
"@types/graphql": "0.12.5",
"@types/graphql": "0.12.6",
"apollo-server-integration-testsuite": "^1.3.2"
},
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-micro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"apollo-server-module-graphiql": "^1.3.2"
},
"devDependencies": {
"@types/graphql": "0.12.5",
"@types/graphql": "0.12.6",
"@types/micro": "7.3.1",
"apollo-server-integration-testsuite": "^1.3.2",
"micro": "8.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-module-operation-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/apollographql/apollo-server#readme",
"devDependencies": {
"@types/graphql": "0.12.5"
"@types/graphql": "0.12.6"
},
"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.1 || ^0.11.0 || ^0.12.0 || ^0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-restify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"apollo-server-module-graphiql": "^1.3.2"
},
"devDependencies": {
"@types/graphql": "0.12.5",
"@types/graphql": "0.12.6",
"@types/restify": "5.0.7",
"apollo-server-integration-testsuite": "^1.3.2",
"restify": "5.2.1"
Expand Down

0 comments on commit a4e2e3e

Please sign in to comment.