Skip to content

Commit

Permalink
round of dependencies updates (apollographql#53)
Browse files Browse the repository at this point in the history
* typings.json: shut up typings install

* package.json: bump all dependencies

Signed-off-by: Pierre Carrier <pierre@meteor.com>
  • Loading branch information
Pierre Carrier authored and helfer committed Jul 26, 2016
1 parent 6673627 commit dd05d27
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,33 +38,31 @@
},
"homepage": "https://github.com/apollostack/apollo-proxy#readme",
"dependencies": {
"express": "^4.13.4",
"graphql": "^0.6.0",
"hapi": "^13.4.1",
"express": "^4.14.0",
"graphql": "^0.6.1",
"hapi": "^13.5.0",
"http-errors": "^1.5.0",
"source-map-support": "^0.4.0"
"source-map-support": "^0.4.2"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-cli": "^6.11.4",
"babel-core": "^6.11.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"graphql": "^0.6.0",
"istanbul": "1.0.0-alpha.2",
"mocha": "^2.3.3",
"mocha": "^2.5.3",
"multer": "^1.1.0",
"remap-istanbul": "^0.5.1",
"source-map-support": "^0.4.0",
"remap-istanbul": "^0.6.4",
"supertest": "^1.2.0",
"supertest-as-promised": "^3.1.0",
"tslint": "^3.11.0",
"supertest-as-promised": "^3.2.0",
"tslint": "^3.13.0",
"typescript": "^1.8.10",
"typings": "^1.0.4"
"typings": "^1.3.2"
},
"peerDependencies": {
"graphql": "^0.6.0"
"graphql": "^0.6.1"
},
"typings": "dist/index.d.ts",
"typescript": {
Expand Down
16 changes: 8 additions & 8 deletions typings.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"dependencies": {
"chai": "registry:npm/chai#3.5.0+20160415060238",
"graphql": "github:nitintutlani/typed-graphql",
"graphql": "github:nitintutlani/typed-graphql#ffe7e46e2249cc8f3824a5d15a44938f4354afe9",
"http-errors": "registry:npm/http-errors#1.4.0+20160305200728"
},
"globalDependencies": {
"body-parser": "registry:dt/body-parser#0.0.0+20160619023215",
"express": "registry:dt/express#4.0.0+20160317120654",
"express-serve-static-core": "registry:dt/express-serve-static-core#0.0.0+20160322035842",
"hapi": "registry:dt/hapi#13.0.0+20160602125023",
"koa": "registry:dt/koa#2.0.0+20160317120654",
"express": "registry:dt/express#4.0.0+20160708185218",
"express-serve-static-core": "registry:dt/express-serve-static-core#4.0.0+20160715232503",
"hapi": "registry:dt/hapi#13.0.0+20160709092105",
"koa": "registry:dt/koa#2.0.0+20160619030120",
"mime": "registry:dt/mime#0.0.0+20160316155526",
"mocha": "registry:dt/mocha#2.2.5+20160317120654",
"mocha": "registry:dt/mocha#2.2.5+20160720003353",
"multer": "registry:dt/multer#0.0.0+20160317120654",
"node": "registry:dt/node#6.0.0+20160524002506",
"serve-static": "registry:dt/serve-static#0.0.0+20160501131543"
"node": "registry:dt/node#6.0.0+20160720070758",
"serve-static": "registry:dt/serve-static#0.0.0+20160606155157"
}
}

0 comments on commit dd05d27

Please sign in to comment.