Skip to content

Commit

Permalink
fix: Upgrade Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
okonet committed Mar 7, 2017
1 parent 045bdfc commit 8a7d9e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
"react-dom": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel": "^6.23.0",
"babel-cli": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-1": "^6.22.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"enzyme": "^2.7.1",
Expand Down

0 comments on commit 8a7d9e5

Please sign in to comment.