Skip to content

Commit 839091b

Browse files
committed
Revert "[LOCAL] fix the metro-config version or it will pick the wrong one on CI"
This reverts commit 73ca044.
1 parent 73ca044 commit 839091b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@definitelytyped/dtslint": "^0.0.127",
5757
"@jest/create-cache-key-function": "^29.2.1",
5858
"@reactions/component": "^2.0.2",
59-
"@react-native/metro-config": "0.76.7",
59+
"@react-native/metro-config": "^0.72.9",
6060
"@types/react": "^18.0.18",
6161
"@typescript-eslint/parser": "^5.30.5",
6262
"async": "^3.2.2",

packages/react-native/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/preset-env": "^7.20.0",
1919
"@babel/runtime": "^7.20.0",
2020
"@react-native/eslint-config": "^0.72.2",
21-
"@react-native/metro-config": "0.76.7",
21+
"@react-native/metro-config": "^0.72.9",
2222
"@tsconfig/react-native": "^3.0.0",
2323
"@types/metro-config": "^0.76.3",
2424
"@types/react": "^18.0.24",

0 commit comments

Comments
 (0)