Skip to content

Commit 4072fed

Browse files
authored
chore(deps): update example app expo sdk (#890)
1 parent fee3f5e commit 4072fed

File tree

2 files changed

+531
-1530
lines changed

2 files changed

+531
-1530
lines changed

examples/react-native-marked-sample/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
"web": "expo start --web"
1212
},
1313
"dependencies": {
14-
"@expo/metro-runtime": "~4.0.1",
15-
"expo": "~52.0.41",
16-
"expo-status-bar": "~2.0.1",
17-
"react": "18.3.1",
18-
"react-dom": "18.3.1",
19-
"react-native": "0.76.7",
20-
"react-native-svg": "15.8.0",
21-
"react-native-web": "~0.19.13"
14+
"@expo/metro-runtime": "~5.0.4",
15+
"expo": "^53.0.13",
16+
"expo-status-bar": "~2.2.3",
17+
"react": "19.0.0",
18+
"react-dom": "19.0.0",
19+
"react-native": "0.79.4",
20+
"react-native-svg": "15.11.2",
21+
"react-native-web": "^0.20.0"
2222
},
2323
"devDependencies": {
2424
"@babel/core": "^7.25.2",
2525
"@babel/runtime": "^7.26.0",
26-
"@types/react": "~18.3.12",
26+
"@types/react": "~19.0.10",
2727
"babel-plugin-module-resolver": "^5.0.2",
28-
"typescript": "^5.3.3"
28+
"typescript": "~5.8.3"
2929
}
3030
}

0 commit comments

Comments
 (0)