From 839091b33f5160b0bd2e250443c1417f664fb8d3 Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Mon, 10 Jul 2023 14:00:04 +0100 Subject: [PATCH] Revert "[LOCAL] fix the metro-config version or it will pick the wrong one on CI" This reverts commit 73ca04487186f623e7906db52eb8c1423110f9cb. --- package.json | 2 +- packages/react-native/template/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0c06ef107553ea..b844f7357ecf77 100644 --- a/package.json +++ b/package.json @@ -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.76.7", + "@react-native/metro-config": "^0.72.9", "@types/react": "^18.0.18", "@typescript-eslint/parser": "^5.30.5", "async": "^3.2.2", diff --git a/packages/react-native/template/package.json b/packages/react-native/template/package.json index 425fe6f1471b43..75832f47011649 100644 --- a/packages/react-native/template/package.json +++ b/packages/react-native/template/package.json @@ -18,7 +18,7 @@ "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/eslint-config": "^0.72.2", - "@react-native/metro-config": "0.76.7", + "@react-native/metro-config": "^0.72.9", "@tsconfig/react-native": "^3.0.0", "@types/metro-config": "^0.76.3", "@types/react": "^18.0.24",