mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Updates all `metro*` dependencies to the latest `^0.82.0`. The breaking changes in this release apply only to frameworks and integrators. This update brings `package.json#exports` resolution enabled by default, and lazy hashing for much faster Metro startup. Release notes: https://github.com/facebook/metro/releases/tag/v0.82.0 Changelog: [General][Changed] Update Metro to ^0.82.0 Reviewed By: vzaidman Differential Revision: D70778791