Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Toth committed Feb 11, 2016
1 parent e0ab6d6 commit 0ac63c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"dependencies": {
"@risingstack/graffiti": "../",
"@risingstack/graffiti-mongoose": "^5.0.5",
"body-parser": "^1.14.2",
"@risingstack/graffiti-mongoose": "^5.0.6",
"body-parser": "^1.15.0",
"express": "^4.13.4",
"koa": "^1.1.2",
"koa-bodyparser": "^2.0.1",
"koa-static": "^2.0.0",
"mongoose": "^4.3.7"
"mongoose": "^4.4.3"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@
"boom": "^3.1.2"
},
"peerDependencies": {
"graphql": "^0.4.14"
"graphql": "^0.4.17"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.5",
"babel": "^6.5.1",
"babel-cli": "^6.5.1",
"babel-eslint": "^5.0.0-beta6",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.4.3",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.5.1",
"chai": "^3.5.0",
"chai-subset": "^1.2.0",
"eslint": "1.10.3",
"eslint-config-airbnb": "^4.0.0",
"eslint-config-airbnb": "^5.0.0",
"express": "^4.13.4",
"graphql": "^0.4.14",
"graphql": "^0.4.17",
"hapi": "^13.0.0",
"koa": "^2.0.0-alpha.2",
"mocha": "^2.4.5",
Expand Down

0 comments on commit 0ac63c9

Please sign in to comment.