Skip to content

Commit bb18897

Browse files
committed
Update babel-plugin-transform-class-properties to v6.19.0
The `babel-plugin-transform-class-properties` v6.19.0 update will allow us to remove the `babel-plugin-transform-es2015-destructuring` and `babel-plugin-transform-es2015-parameters` as the class properties transform will now work standalone and not require additional tranforms
1 parent bb6c07b commit bb18897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-preset-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"index.js"
1212
],
1313
"dependencies": {
14-
"babel-plugin-transform-class-properties": "6.16.0",
14+
"babel-plugin-transform-class-properties": "6.19.0",
1515
"babel-plugin-transform-es2015-destructuring": "6.16.0",
1616
"babel-plugin-transform-es2015-parameters": "6.17.0",
1717
"babel-plugin-transform-object-rest-spread": "6.16.0",

0 commit comments

Comments
 (0)