Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer committed Jun 13, 2017
1 parent a5f4007 commit 2b30dbc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 deletions packages/graphql-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-server-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"graphql-server-module-graphiql": "^0.8.1"
},
"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.1",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"graphql-server-module-graphiql": "^0.8.1"
},
"devDependencies": {
"@types/aws-lambda": "0.0.10",
"@types/aws-lambda": "0.0.12",
"@types/graphql": "^0.9.1",
"graphql-server-integration-testsuite": "^0.8.1"
},
Expand Down

0 comments on commit 2b30dbc

Please sign in to comment.