Update Metro to ^0.82.3 (#51122)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/51122

Update Metro to 0.82.2 => 0.82.3, containing important bug fixes for `package.json#exports` support.

Changelog: [General][Changed] Metro to ^0.82.3

Reviewed By: huntie

Differential Revision: D74181990

fbshipit-source-id: 8320a0cf4aa671d9e7f2976c36d260934807a179
This commit is contained in:
Rob Hogan
2025-05-06 09:29:30 -07:00
committed by Facebook GitHub Bot
parent 4b06965b30
commit db0fa9200e
5 changed files with 107 additions and 107 deletions
+3 -3
View File
@@ -93,9 +93,9 @@
"jest-snapshot": "^29.7.0",
"markdownlint-cli2": "^0.17.2",
"markdownlint-rule-relative-links": "^3.0.0",
"metro-babel-register": "^0.82.2",
"metro-memory-fs": "^0.82.2",
"metro-transform-plugins": "^0.82.2",
"metro-babel-register": "^0.82.3",
"metro-memory-fs": "^0.82.3",
"metro-transform-plugins": "^0.82.3",
"micromatch": "^4.0.4",
"node-fetch": "^2.2.0",
"nullthrows": "^1.1.1",