mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 17:51:40 -05:00
chore(deps): update dependency graphql to v0.13.1
This commit is contained in:
parent
281392c3f0
commit
d50b6b6fb2
12 changed files with 14 additions and 14 deletions
|
@ -40,7 +40,7 @@
|
|||
"@types/node": "9.4.7",
|
||||
"@types/sinon": "4.3.0",
|
||||
"chai": "4.1.2",
|
||||
"graphql": "0.12.3",
|
||||
"graphql": "0.13.1",
|
||||
"husky": "0.14.3",
|
||||
"istanbul": "1.1.0-alpha.1",
|
||||
"lerna": "2.9.0",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"@adonisjs/fold": "4.0.7",
|
||||
"@adonisjs/framework": "4.0.31",
|
||||
"@adonisjs/sink": "1.0.16",
|
||||
"@types/graphql": "0.11.7",
|
||||
"@types/graphql": "0.12.4",
|
||||
"apollo-server-integration-testsuite": "^1.3.2"
|
||||
},
|
||||
"typings": "dist/index.d.ts",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"apollo-server-module-graphiql": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/graphql": "0.11.7",
|
||||
"@types/graphql": "0.12.4",
|
||||
"apollo-server-integration-testsuite": "^1.3.2",
|
||||
"azure-functions-typescript": "0.0.1"
|
||||
},
|
||||
|
|
|
@ -22,13 +22,13 @@
|
|||
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
||||
"devDependencies": {
|
||||
"@types/fibers": "0.0.30",
|
||||
"@types/graphql": "0.11.7",
|
||||
"@types/graphql": "0.12.4",
|
||||
"fibers": "1.0.15",
|
||||
"meteor-promise": "0.8.6",
|
||||
"typescript": "2.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0"
|
||||
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"
|
||||
},
|
||||
"typings": "dist/index.d.ts",
|
||||
"typescript": {
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"@types/body-parser": "1.16.8",
|
||||
"@types/connect": "3.4.31",
|
||||
"@types/express": "4.11.1",
|
||||
"@types/graphql": "0.11.7",
|
||||
"@types/graphql": "0.12.4",
|
||||
"@types/multer": "1.3.6",
|
||||
"apollo-server-integration-testsuite": "^1.3.2",
|
||||
"body-parser": "1.18.2",
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"boom": "^7.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/graphql": "0.11.7",
|
||||
"@types/graphql": "0.12.4",
|
||||
"apollo-server-integration-testsuite": "^1.3.2",
|
||||
"hapi": "17.2.2"
|
||||
},
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"supertest": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/graphql": "0.11.7"
|
||||
"@types/graphql": "0.12.4"
|
||||
},
|
||||
"typings": "dist/index.d.ts",
|
||||
"typescript": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"apollo-server-module-graphiql": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/graphql": "0.11.7",
|
||||
"@types/graphql": "0.12.4",
|
||||
"@types/koa": "2.0.44",
|
||||
"@types/koa-bodyparser": "4.2.0",
|
||||
"@types/koa-router": "7.0.27",
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/aws-lambda": "0.0.33",
|
||||
"@types/graphql": "0.11.7",
|
||||
"@types/graphql": "0.12.4",
|
||||
"apollo-server-integration-testsuite": "^1.3.2"
|
||||
},
|
||||
"typings": "dist/index.d.ts",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"apollo-server-module-graphiql": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/graphql": "0.11.7",
|
||||
"@types/graphql": "0.12.4",
|
||||
"@types/micro": "7.3.1",
|
||||
"apollo-server-integration-testsuite": "^1.3.2",
|
||||
"micro": "8.0.4",
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
},
|
||||
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
||||
"devDependencies": {
|
||||
"@types/graphql": "0.11.7"
|
||||
"@types/graphql": "0.12.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"graphql": "^0.9.0 || ^0.10.1 || ^0.11.0 || ^0.12.0"
|
||||
"graphql": "^0.9.0 || ^0.10.1 || ^0.11.0 || ^0.12.0 || ^0.13.0"
|
||||
},
|
||||
"typings": "dist/index.d.ts",
|
||||
"typescript": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"apollo-server-module-graphiql": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/graphql": "0.11.7",
|
||||
"@types/graphql": "0.12.4",
|
||||
"@types/restify": "5.0.7",
|
||||
"apollo-server-integration-testsuite": "^1.3.2",
|
||||
"restify": "5.2.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue