As part of upgrading to React Native 0.72, react-native-upgrade-helper prompts us to update Babel.
Realized I forgot to do this as part of my stack yesterday.
Differential D10553
[RN72] Update Babel ashoat on Jan 5 2024, 6:46 AM. Authored by Tags None Referenced Files
Subscribers
Details
As part of upgrading to React Native 0.72, react-native-upgrade-helper prompts us to update Babel. Realized I forgot to do this as part of my stack yesterday.
Diff Detail
Event TimelineComment Actions Noticed a lot of repeated babel stuff when skimming the lock file. Ran yarn-deduplicate locally and got: https://gist.githubusercontent.com/atulsmadhugiri/95f82a4eafb53cffde598e92408e70c7/raw/31fad69447478cf8900df284de7f591675c56bd1/gistfile1.txt Might be worth running at the end of this RN72 upgrade stack to reduce size of node_modules, etc |