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 Sep 15, 2016
1 parent ec55030 commit c5f2a3f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
- 2
- 120
- 2
arrow-parens:
- 2
- always
29 changes: 13 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,32 +28,29 @@
},
"homepage": "https://github.com/RisingStack/graffiti#readme",
"dependencies": {
"babel-runtime": "6.9.2",
"boom": "3.2.2"
},
"peerDependencies": {
"graphql": "^0.6.2"
"babel-runtime": "6.11.6",
"boom": "4.0.0"
},
"devDependencies": {
"babel": "6.5.2",
"babel-cli": "6.11.4",
"babel-cli": "6.14.0",
"babel-eslint": "6.1.2",
"babel-plugin-array-includes": "2.0.3",
"babel-plugin-transform-runtime": "6.9.0",
"babel-preset-es2015": "6.9.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-stage-0": "6.5.0",
"babel-register": "6.11.5",
"babel-register": "6.14.0",
"chai": "3.5.0",
"chai-subset": "1.3.0",
"eslint": "3.1.1",
"eslint-config-airbnb-base": "5.0.0",
"eslint-plugin-import": "1.12.0",
"eslint-plugin-react": "5.2.2",
"eslint": "3.5.0",
"eslint-config-airbnb-base": "7.1.0",
"eslint-plugin-import": "1.15.0",
"eslint-plugin-react": "6.2.2",
"express": "4.14.0",
"graphql": "0.6.2",
"hapi": "13.5.0",
"graphql": "0.7.0",
"hapi": "15.0.3",
"koa": "2.0.0-alpha.2",
"mocha": "2.5.3",
"mocha": "3.0.2",
"pre-commit": "1.1.3",
"sinon": "1.17.5",
"sinon-chai": "2.8.0"
Expand Down

0 comments on commit c5f2a3f

Please sign in to comment.