Skip to content

Commit 42ed676

Browse files
maniax89ianschmitz
authored andcommitted
Update babel-plugin-macros 2.4.4 -> 2.4.5 (#6307)
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)
1 parent caf0a30 commit 42ed676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/runtime": "7.2.0",
3535
"babel-loader": "8.0.5",
3636
"babel-plugin-dynamic-import-node": "2.2.0",
37-
"babel-plugin-macros": "2.4.4",
37+
"babel-plugin-macros": "2.4.5",
3838
"babel-plugin-transform-react-remove-prop-types": "0.4.21"
3939
}
4040
}

0 commit comments

Comments
 (0)