Update dependencies

This commit is contained in:
Jonas Helfer 2017-06-13 12:15:47 -07:00
parent b21cb2ea75
commit 90a9ec78da
5 changed files with 15 additions and 15 deletions

View file

@ -26,21 +26,21 @@
"release": "lerna publish"
},
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/chai": "^4.0.0",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.22",
"@types/sinon": "^2.2.2",
"chai": "^4.0.0",
"@types/node": "^7.0.31",
"@types/sinon": "^2.3.1",
"chai": "^4.0.2",
"graphql": "^0.10.1",
"istanbul": "1.0.0-alpha.2",
"lerna": "2.0.0-rc.5",
"mocha": "^3.4.2",
"npm-check-updates": "^2.11.2",
"npm-check-updates": "^2.11.3",
"remap-istanbul": "^0.9.5",
"sinon": "^2.3.2",
"sinon": "^2.3.4",
"supertest": "^3.0.0",
"supertest-as-promised": "^4.0.2",
"tslint": "^5.3.2",
"tslint": "^5.4.3",
"typescript": "^2.3.4"
}
}

View file

@ -25,15 +25,15 @@
"homepage": "https://github.com/apollostack/graphql-server#readme",
"devDependencies": {
"@types/fibers": "0.0.29",
"@types/graphql": "^0.9.0",
"fibers": "1.0.15",
"meteor-promise": "^0.8.2"
"@types/graphql": "^0.9.1",
"fibers": "2.0.0",
"meteor-promise": "^0.8.4"
},
"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.1"
},
"optionalDependencies": {
"@types/graphql": "^0.9.0"
"@types/graphql": "^0.9.1"
},
"typings": "dist/index.d.ts",
"typescript": {

View file

@ -33,7 +33,7 @@
"@types/body-parser": "1.16.3",
"@types/connect": "^3.4.30",
"@types/express": "^4.0.35",
"@types/multer": "0.0.33",
"@types/multer": "1.3.0",
"body-parser": "^1.17.2",
"connect": "^3.6.2",
"connect-query": "^1.0.0",

View file

@ -30,7 +30,7 @@
"graphql-server-module-graphiql": "^0.8.2"
},
"devDependencies": {
"@types/boom": "4.3.2",
"@types/boom": "4.3.5",
"@types/graphql": "^0.9.1",
"@types/hapi": "^16.1.4",
"graphql-server-integration-testsuite": "^0.8.2",
@ -41,7 +41,7 @@
},
"optionalDependencies": {
"@types/graphql": "^0.9.1",
"@types/hapi": "^16.1.2"
"@types/hapi": "^16.1.4"
},
"typings": "dist/index.d.ts",
"typescript": {

View file

@ -29,7 +29,7 @@
"graphql-server-module-graphiql": "^0.8.2"
},
"devDependencies": {
"@types/aws-lambda": "0.0.10",
"@types/aws-lambda": "0.0.12",
"@types/graphql": "^0.9.1",
"graphql-server-integration-testsuite": "^0.8.2"
},