fix(metro-config): fix and realign the situation for metro config for 0.72 (#36746)

This commit is contained in:
Lorenzo Sciandra
2023-03-31 17:44:20 +01:00
committed by GitHub
parent 68cd44be07
commit e795b534aa
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
"@definitelytyped/dtslint": "^0.0.127",
"@jest/create-cache-key-function": "^29.2.1",
"@reactions/component": "^2.0.2",
"@react-native/metro-config": "^0.72.0",
"@react-native/metro-config": "^0.72.1",
"@types/react": "^18.0.18",
"@typescript-eslint/parser": "^5.30.5",
"async": "^3.2.2",
+1 -1
View File
@@ -83,4 +83,4 @@ function getDefaultConfig(
);
}
module.exports = {getDefaultConfig};
module.exports = {getDefaultConfig, mergeConfig};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@react-native/metro-config",
"version": "0.72.0",
"version": "0.72.1",
"description": "Metro configuration for React Native.",
"repository": {
"type": "git",