Skip to content

Commit 46e4cb3

Browse files
committed
refactor(mobile): upgrade to Expo SDK 52 preview 18
1 parent 32a96c0 commit 46e4cb3

File tree

2 files changed

+2819
-2202
lines changed

2 files changed

+2819
-2202
lines changed

apps/mobile/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
},
1616
"dependencies": {
1717
"@acme/feature-home": "workspace:*",
18-
"@expo/metro-runtime": "^3.2.1",
19-
"expo": "^51.0.17",
20-
"expo-dev-client": "~4.0.19",
21-
"expo-status-bar": "~1.12.1",
22-
"expo-updates": "~0.25.18",
23-
"react": "18.2.0",
24-
"react-dom": "18.2.0",
25-
"react-native": "0.74.2",
26-
"react-native-web": "~0.19.11"
18+
"@expo/metro-runtime": "4.0.0-preview.0",
19+
"expo": "52.0.0-preview.18",
20+
"expo-dev-client": "5.0.0-preview.6",
21+
"expo-status-bar": "~2.0.0",
22+
"expo-updates": "~0.26.3",
23+
"react": "18.3.1",
24+
"react-dom": "18.3.1",
25+
"react-native": "0.76.1",
26+
"react-native-web": "~0.19.13"
2727
},
2828
"devDependencies": {
2929
"@acme/eslint-config": "workspace:*",
30-
"@babel/core": "^7.24.5",
31-
"@types/react": "~18.2.79",
32-
"@types/react-dom": "~18.2.25",
33-
"babel-preset-expo": "~11.0.11"
30+
"@babel/core": "^7.26.0",
31+
"@types/react": "~18.3.12",
32+
"@types/react-dom": "~18.3.1",
33+
"babel-preset-expo": "12.0.0-preview.4"
3434
},
3535
"eslintConfig": {
3636
"extends": "@acme/eslint-config",

0 commit comments

Comments
 (0)