Skip to content

Commit 65f297c

Browse files
committed
chore: upgrade example dependencies
1 parent ee94329 commit 65f297c

File tree

3 files changed

+888
-728
lines changed

3 files changed

+888
-728
lines changed

example/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"web": "expo start --web"
1010
},
1111
"dependencies": {
12-
"@expo/metro-runtime": "~4.0.0",
13-
"axios": "^1.7.9",
14-
"expo": "~52.0.11",
15-
"expo-status-bar": "~2.0.0",
16-
"react": "18.3.1",
17-
"react-dom": "18.3.1",
18-
"react-native": "0.76.3",
19-
"react-native-safe-area-context": "4.12.0",
20-
"react-native-screens": "~4.4.0",
21-
"react-native-web": "~0.19.13"
12+
"@expo/metro-runtime": "~5.0.4",
13+
"axios": "^1.9.0",
14+
"expo": "^53.0.5",
15+
"expo-status-bar": "~2.2.3",
16+
"react": "19.0.0",
17+
"react-dom": "19.0.0",
18+
"react-native": "0.79.2",
19+
"react-native-safe-area-context": "5.4.0",
20+
"react-native-screens": "~4.10.0",
21+
"react-native-web": "^0.20.0"
2222
},
2323
"devDependencies": {
2424
"@babel/core": "^7.20.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
"react": "18.3.1",
9595
"react-native": "0.76.3",
9696
"react-native-builder-bob": "^0.33.3",
97-
"react-native-safe-area-context": "^5.0.0",
98-
"react-native-screens": "^4.6.0",
97+
"react-native-safe-area-context": "5.4.0",
98+
"react-native-screens": "~4.10.0",
9999
"release-it": "^17.10.0",
100100
"typescript": "^5.2.2"
101101
},

0 commit comments

Comments
 (0)