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

View file

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

View file

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

View file

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

View file

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