Revert "Update dependencies"

This reverts commit f1245fc904.
This commit is contained in:
Jonas Helfer 2017-06-12 23:33:51 -07:00
parent 592895320b
commit 46a44bafac
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": "^4.0.0", "@types/chai": "^3.5.2",
"@types/mocha": "^2.2.41", "@types/mocha": "^2.2.41",
"@types/node": "^7.0.31", "@types/node": "^7.0.22",
"@types/sinon": "^2.3.1", "@types/sinon": "^2.2.2",
"chai": "^4.0.2", "chai": "^4.0.0",
"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.3", "npm-check-updates": "^2.11.2",
"remap-istanbul": "^0.9.5", "remap-istanbul": "^0.9.5",
"sinon": "^2.3.4", "sinon": "^2.3.2",
"supertest": "^3.0.0", "supertest": "^3.0.0",
"supertest-as-promised": "^4.0.2", "supertest-as-promised": "^4.0.2",
"tslint": "^5.4.3", "tslint": "^5.3.2",
"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.1", "@types/graphql": "^0.9.0",
"fibers": "^2.0.0", "fibers": "^1.0.15",
"meteor-promise": "^0.8.4" "meteor-promise": "^0.8.2"
}, },
"peerDependencies": { "peerDependencies": {
"graphql": "^0.9.0 || ^0.10.1" "graphql": "^0.9.0 || ^0.10.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"@types/graphql": "^0.9.1" "@types/graphql": "^0.9.0"
}, },
"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": "1.3.0", "@types/multer": "0.0.33",
"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.1" "graphql-server-module-graphiql": "^0.8.1"
}, },
"devDependencies": { "devDependencies": {
"@types/boom": "4.3.5", "@types/boom": "4.3.2",
"@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.1", "graphql-server-integration-testsuite": "^0.8.1",
@ -41,7 +41,7 @@
}, },
"optionalDependencies": { "optionalDependencies": {
"@types/graphql": "^0.9.1", "@types/graphql": "^0.9.1",
"@types/hapi": "^16.1.4" "@types/hapi": "^16.1.2"
}, },
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"typescript": { "typescript": {

View file

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