koa-graphql
Advanced tools
Comparing version 0.7.4 to 0.7.5
{ | ||
"name": "koa-graphql", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "Production ready GraphQL Koa middleware.", | ||
@@ -36,3 +36,3 @@ "contributors": [ | ||
"options": { | ||
"mocha": "--harmony --require resources/mocha-bootload src/**/__tests__/**/*.js" | ||
"mocha": "--harmony --exit --require resources/mocha-bootload src/**/__tests__/**/*.js" | ||
}, | ||
@@ -71,10 +71,10 @@ "babel": { | ||
"dependencies": { | ||
"babel-runtime": "^6.22.0", | ||
"babel-runtime": "^6.25.0", | ||
"express-graphql": "^0.6.11", | ||
"http-errors": "^1.6.1", | ||
"thenify": "^3.2.1" | ||
"http-errors": "^1.6.2", | ||
"thenify": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-eslint": "^7.2.3", | ||
"babel-cli": "^6.26.0", | ||
"babel-eslint": "^8.2.1", | ||
"babel-plugin-transform-async-to-generator": "^6.24.1", | ||
@@ -85,25 +85,24 @@ "babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-register": "^6.24.1", | ||
"babel-runtime": "^6.25.0", | ||
"chai": "^4.1.1", | ||
"babel-register": "^6.26.0", | ||
"chai": "^4.1.2", | ||
"co-body": "^5.1.1", | ||
"coveralls": "^2.13.1", | ||
"eslint": "^4.4.1", | ||
"eslint-plugin-flowtype": "^2.35.0", | ||
"flow-bin": "^0.52.0", | ||
"graphql": "^0.11.2", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.17.0", | ||
"eslint-plugin-flowtype": "^2.43.0", | ||
"flow-bin": "^0.65.0", | ||
"graphql": "^0.13.0", | ||
"isparta": "^4.0.0", | ||
"koa": "^2.2.0", | ||
"koa": "^2.4.1", | ||
"koa-mount": "^3.0.0", | ||
"koa-session": "^5.0.0", | ||
"mocha": "^3.5.0", | ||
"koa-session": "^5.8.1", | ||
"mocha": "^5.0.0", | ||
"multer": "^1.3.0", | ||
"prettier": "^1.3.1", | ||
"raw-body": "^2.2.0", | ||
"sane": "^2.0.0", | ||
"raw-body": "^2.3.2", | ||
"sane": "^2.4.1", | ||
"supertest": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^0.10.0 || ^0.11.0" | ||
"graphql": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" | ||
} | ||
} |
25
45318
+ Addedgraphql@0.13.2(transitive)
+ Addediterall@1.3.0(transitive)
- Removedgraphql@0.11.7(transitive)
- Removediterall@1.1.3(transitive)
Updatedbabel-runtime@^6.25.0
Updatedhttp-errors@^1.6.2
Updatedthenify@^3.3.0