updated graphql-js version

This commit is contained in:
dotansimha 2017-05-28 20:07:06 +03:00
parent 0401c8e3a6
commit a614ba2543
8 changed files with 8 additions and 8 deletions

View file

@ -30,7 +30,7 @@
"meteor-promise": "^0.8.2" "meteor-promise": "^0.8.2"
}, },
"peerDependencies": { "peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0" "graphql": "^0.9.0 || ^0.10.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"@types/graphql": "^0.9.0" "@types/graphql": "^0.9.0"

View file

@ -42,7 +42,7 @@
"multer": "^1.3.0" "multer": "^1.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0" "graphql": "^0.9.0 || ^0.10.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"@types/express": "^4.0.35", "@types/express": "^4.0.35",

View file

@ -37,7 +37,7 @@
"hapi": "^16.1.1" "hapi": "^16.1.1"
}, },
"peerDependencies": { "peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0" "graphql": "^0.9.0 || ^0.10.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"@types/graphql": "^0.9.0", "@types/graphql": "^0.9.0",

View file

@ -30,7 +30,7 @@
"@types/graphql": "^0.9.0" "@types/graphql": "^0.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0" "graphql": "^0.9.0 || ^0.10.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"@types/graphql": "^0.9.0" "@types/graphql": "^0.9.0"

View file

@ -38,7 +38,7 @@
"koa-router": "^7.1.1" "koa-router": "^7.1.1"
}, },
"peerDependencies": { "peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0" "graphql": "^0.9.0 || ^0.10.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"@types/graphql": "^0.9.0", "@types/graphql": "^0.9.0",

View file

@ -34,7 +34,7 @@
"graphql-server-integration-testsuite": "^0.7.2" "graphql-server-integration-testsuite": "^0.7.2"
}, },
"peerDependencies": { "peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0" "graphql": "^0.9.0 || ^0.10.1"
}, },
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"typescript": { "typescript": {

View file

@ -33,7 +33,7 @@
"micro": "^7.3.0" "micro": "^7.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0", "graphql": "^0.9.0 || ^0.10.1",
"micro": "^7.3.0" "micro": "^7.3.0"
}, },
"optionalDependencies": { "optionalDependencies": {

View file

@ -34,7 +34,7 @@
"restify": "^4.3.0" "restify": "^4.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0" "graphql": "^0.9.0 || ^0.10.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"@types/graphql": "^0.9.0", "@types/graphql": "^0.9.0",