Skip to content

Commit

Permalink
Update babel and babili deps
Browse files Browse the repository at this point in the history
  • Loading branch information
forabi committed Dec 1, 2016
1 parent 6a87459 commit 323f8c5
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 231 deletions.
5 changes: 3 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
{
"modules": false,
"browsers": [
"last 2 Chrome versions",
"last 5 Firefox versions"
"last 5 Chrome versions",
"last 5 Firefox versions",
"last 2 Edge versions"
]
}
],
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@
"babel-plugin-transform-remove-console": "^6.8.0",
"babel-plugin-transform-remove-debugger": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-babili": "^0.0.8",
"babel-preset-env": "^0.0.7",
"babel-preset-babili": "^0.0.9",
"babel-preset-env": "^0.0.9",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.16.3",
"babili": "^0.0.8",
"babili-webpack-plugin": "^0.0.6",
"babili": "^0.0.9",
"babili-webpack-plugin": "^0.0.7",
"css-loader": "^0.25.0",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
Expand Down
Loading

0 comments on commit 323f8c5

Please sign in to comment.