Skip to content

Commit

Permalink
Upgrade Babel to v7 Close #267 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Mar 5, 2017
1 parent 9d4498a commit f82c2d6
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 334 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
},
"description": ":tv: Television!",
"devDependencies": {
"babel-core": "^6.18.0",
"babel-core": "^7.0.0-alpha.1",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-plugin-transform-react-jsx-source": "^6.9.0",
"babel-preset-env": "^1.1.4",
"babel-loader": "^7.0.0-alpha.1",
"babel-plugin-syntax-dynamic-import": "^7.0.0-alpha.1",
"babel-plugin-transform-class-properties": "^7.0.0-alpha.1",
"babel-plugin-transform-object-rest-spread": "^7.0.0-alpha.1",
"babel-plugin-transform-react-jsx": "^7.0.0-alpha.1",
"babel-plugin-transform-react-jsx-source": "^7.0.0-alpha.1",
"babel-preset-env": "^2.0.0-alpha.1",
"babili-webpack-plugin": "^0.0.11",
"copy-webpack-plugin": "^4.0.0",
"coveralls": "^2.11.16",
Expand Down

0 comments on commit f82c2d6

Please sign in to comment.