Skip to content

Commit 6afcd95

Browse files
authored
[sdk-56] chore: Upgrade to metro@0.84.2 (expo#44454)
1 parent 78f5b0b commit 6afcd95

File tree

8 files changed

+39
-280
lines changed

8 files changed

+39
-280
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"react": "19.2.3",
2424
"react-dom": "19.2.3",
2525
"react-native": "0.85.0-rc.7",
26-
"@expo/metro": "55.0.0-rc.0",
2726
"@types/babel__core": "^7.20.5",
2827
"@types/babel__code-frame": "^7.27.0",
2928
"@types/babel__generator": "^7.27.0",

packages/@expo/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@expo/inline-modules": "workspace:0.0.1",
5858
"@expo/json-file": "workspace:^10.0.12",
5959
"@expo/log-box": "workspace:55.0.7",
60-
"@expo/metro": "55.0.0-rc.0",
60+
"@expo/metro": "56.0.0-rc.0",
6161
"@expo/metro-config": "workspace:~55.0.9",
6262
"@expo/osascript": "workspace:^2.4.2",
6363
"@expo/package-manager": "workspace:^1.10.3",

packages/@expo/metro-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/core": "^7.20.0",
3838
"@babel/generator": "^7.20.5",
3939
"@expo/config": "workspace:~55.0.8",
40-
"@expo/metro": "55.0.0-rc.0",
40+
"@expo/metro": "56.0.0-rc.0",
4141
"@expo/env": "workspace:~2.1.1",
4242
"@expo/json-file": "workspace:~10.0.12",
4343
"@expo/spawn-async": "^1.7.2",

packages/babel-preset-expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
},
8383
"devDependencies": {
8484
"@babel/core": "^7.26.0",
85-
"@expo/metro": "55.0.0-rc.0",
85+
"@expo/metro": "56.0.0-rc.0",
8686
"@expo/metro-config": "workspace:*",
8787
"@types/babel__core": "^7.20.5",
8888
"@types/babel__generator": "^7.27.0",

packages/expo-doctor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@expo/config": "workspace:*",
3838
"@expo/env": "workspace:*",
3939
"@expo/json-file": "workspace:*",
40-
"@expo/metro": "55.0.0-rc.0",
40+
"@expo/metro": "56.0.0-rc.0",
4141
"@expo/schemer": "workspace:*",
4242
"@expo/spawn-async": "^1.7.2",
4343
"@types/debug": "^4.1.8",

packages/expo-module-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"typescript": "^5.9.2"
9292
},
9393
"devDependencies": {
94-
"@expo/metro": "55.0.0-rc.0",
94+
"@expo/metro": "56.0.0-rc.0",
9595
"@babel/core": "^7.26.0"
9696
}
9797
}

packages/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@expo/fingerprint": "workspace:0.16.5",
8484
"@expo/local-build-cache-provider": "workspace:55.0.6",
8585
"@expo/log-box": "workspace:55.0.7",
86-
"@expo/metro": "55.0.0-rc.0",
86+
"@expo/metro": "56.0.0-rc.0",
8787
"@expo/metro-config": "workspace:55.0.9",
8888
"@expo/vector-icons": "^15.0.2",
8989
"@ungap/structured-clone": "^1.3.0",

0 commit comments

Comments
 (0)