Fix Babel issues in tests by applying the right transforms (#1179)

This commit is contained in:
Dan Abramov
2016-12-06 15:10:42 +00:00
committed by GitHub
parent 7af5374ec9
commit d8dfdb01c7
2 changed files with 10 additions and 14 deletions

View File

@@ -12,8 +12,6 @@
],
"dependencies": {
"babel-plugin-transform-class-properties": "6.16.0",
"babel-plugin-transform-es2015-arrow-functions": "6.8.0",
"babel-plugin-transform-es2015-destructuring": "6.19.0",
"babel-plugin-transform-es2015-parameters": "6.18.0",
"babel-plugin-transform-object-rest-spread": "6.19.0",
"babel-plugin-transform-react-constant-elements": "6.9.1",