mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Update `babel` entries in `yarn.lock` and run: `yarn update-babel-flow-lib-defs` ...from Metro, to regenerate our Flow definitions from Babel source, then sync to RN. Changelog: [Internal] Facebook D70778791 updated some `xplat/js/yarn.lock` Babel entries, which caused `xplat/js/tools/metro/scripts/__tests__/babel-lib-defs-test.js` to start failing only when Yarn had *not* been run in `xplat/js/tools/metro`, because the hoisted `xplat/js` Babel deps were a greater version than the locked `xplat/js/tools/metro` Babel deps. This realigns them and updates the types to unbreak the test both internally an in OSS. Reviewed By: vzaidman Differential Revision: D70785807