Skip to content

Commit

Permalink
Update babel-plugin-macros 2.4.4 -> 2.4.5 (#6307)
Browse files Browse the repository at this point in the history
As part of the latest babel-plugin-macros [2.4.5 release](https://github.com/kentcdodds/babel-plugin-macros/releases/tag/v2.4.5), there was a small fix that went in that fixes a [bug](kentcdodds/babel-plugin-macros#100) specifying the `babelMacros` entry in `package.json` no longer working. This patch version increase should remedy the issue and allow specifying babel macro configuration in the `package.json` file again (as stated in the [user docs](https://github.com/kentcdodds/babel-plugin-macros/blob/master/other/docs/user.md#config-experimental) of babel-plugin-macros)
  • Loading branch information
maniax89 authored and ianschmitz committed Feb 9, 2019
1 parent caf0a30 commit 42ed676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-preset-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/runtime": "7.2.0",
"babel-loader": "8.0.5",
"babel-plugin-dynamic-import-node": "2.2.0",
"babel-plugin-macros": "2.4.4",
"babel-plugin-macros": "2.4.5",
"babel-plugin-transform-react-remove-prop-types": "0.4.21"
}
}

0 comments on commit 42ed676

Please sign in to comment.