Skip to content

Commit 8e1c82d

Browse files
committed
chore: upgrade expo to 54
1 parent a08247b commit 8e1c82d

File tree

5 files changed

+2500
-1407
lines changed

5 files changed

+2500
-1407
lines changed

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ npmPreapprovedPackages:
1010
- '@react-native/*'
1111
- '@types/react'
1212
- hermes-compiler
13+
- expo
14+
- '@expo/cli'
1315

1416
yarnPath: .yarn/releases/yarn-4.11.0.cjs

examples/basic/package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,24 @@
1111
"typecheck": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"expo": "^53.0.19",
15-
"expo-status-bar": "~2.2.3",
16-
"react": "19.0.0",
17-
"react-dom": "19.0.0",
18-
"react-native": "0.79.5",
19-
"react-native-web": "^0.20.0"
14+
"expo": "^54.0.32",
15+
"expo-status-bar": "~3.0.9",
16+
"react": "19.1.0",
17+
"react-dom": "19.1.0",
18+
"react-native": "0.81.5",
19+
"react-native-safe-area-context": "^5.6.2",
20+
"react-native-web": "^0.21.0"
2021
},
2122
"devDependencies": {
2223
"@babel/core": "^7.24.0",
2324
"@testing-library/react-native": "^14.0.0-beta.0",
2425
"@types/eslint": "^8.56.10",
2526
"@types/jest": "^29.5.12",
26-
"@types/react": "~19.0.10",
27+
"@types/react": "~19.1.10",
2728
"eslint": "^8.57.0",
2829
"jest": "^29.7.0",
2930
"test-renderer": "0.14.0",
30-
"typescript": "^5.3.0"
31+
"typescript": "~5.9.2"
3132
},
3233
"private": true,
3334
"packageManager": "yarn@4.0.1"

0 commit comments

Comments
 (0)