You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Done with `yarn upgrade --latest $(tools/deps | grep 'babel')`.
Also tried `yarn upgrade --latest --pattern 'babel', which seems to
be equivalent.
Got just one warning, and it wasn't a peer-dep warning:
"""
warning rollup-plugin-babel@4.4.0: This package has been deprecated
and is no longer maintained. Please use @rollup/plugin-babel.
"""
In the next commit, we'll switch to that newer package.
This covers (and goes beyond) facebook/react-native@cef001713, part
of the RN v0.61 -> v0.62 changes to the template app [1], in which
`metro-react-native-babel-preset` is taken from ^0.56.0 to ^0.58.0.
Also, run `yarn yarn-deduplicate && yarn` as prompted by
`tools/test deps`.
[1] https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.62.2
0 commit comments