Skip to content

Commit

Permalink
update dependencies...
Browse files Browse the repository at this point in the history
  • Loading branch information
Fauntleroy committed Jun 23, 2016
1 parent 8ecfbc7 commit 51340a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["es2016", "stage-0", "react"]
}
21 changes: 8 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@
"classnames": "^2.1.2"
},
"devDependencies": {
"babel": "^6.3.13",
"babel-cli": "^6.3.15",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"babel": "6.5.2",
"babel-cli": "6.10.1",
"babel-preset-es2016": "6.0.11",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"babelify": "^7.3.0",
"dom-classes": "0.0.1",
"mkdirp": "^0.5.1",
"npm-run-all": "^1.4.0",
Expand All @@ -51,17 +52,11 @@
"simple-mock": "^0.3.1",
"tape": "^4.0.0",
"trash-cli": "^1.2.0",
"watchify": "^3.2.3",
"zuul": "^3.1.0"
"watchify": "^3.7.0",
"zuul": "^3.10.1"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"babel": {
"presets": [
"es2015",
"react"
]
}
}

0 comments on commit 51340a8

Please sign in to comment.