mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(cli): upgrade to expo 54 (#574)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "native",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "expo start --clear",
|
||||
@@ -9,7 +10,7 @@
|
||||
"web": "expo start --web"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/vector-icons": "^14.1.0",
|
||||
"@expo/vector-icons": "^15.0.2",
|
||||
"@react-navigation/bottom-tabs": "^7.3.10",
|
||||
"@react-navigation/drawer": "^7.3.9",
|
||||
"@react-navigation/native": "^7.1.6",
|
||||
@@ -17,35 +18,35 @@
|
||||
"@stardazed/streams-text-encoding": "^1.0.2",
|
||||
"@ungap/structured-clone": "^1.3.0",
|
||||
{{/if}}
|
||||
"@tanstack/react-form": "^1.14.0",
|
||||
"babel-plugin-react-compiler": "^19.1.0-rc.2",
|
||||
"expo": "^53.0.17",
|
||||
"expo-constants": "~17.1.7",
|
||||
"expo-crypto": "~14.1.5",
|
||||
"expo-linking": "~7.1.7",
|
||||
"expo-router": "~5.1.3",
|
||||
"expo-secure-store": "~14.2.3",
|
||||
"expo-status-bar": "~2.2.3",
|
||||
"expo-system-ui": "~5.0.10",
|
||||
"expo-dev-client": "~5.2.4",
|
||||
"expo-web-browser": "~14.2.0",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"react-native": "0.79.5",
|
||||
"react-native-edge-to-edge": "1.6.0",
|
||||
"react-native-gesture-handler": "~2.24.0",
|
||||
"react-native-nitro-modules": "0.26.3",
|
||||
"react-native-reanimated": "~3.17.4",
|
||||
"react-native-safe-area-context": "5.4.0",
|
||||
"react-native-screens": "~4.11.1",
|
||||
"react-native-unistyles": "^3.0.0",
|
||||
"react-native-web": "^0.20.0"
|
||||
"@tanstack/react-form": "^1.0.5",
|
||||
"expo": "^54.0.0",
|
||||
"expo-constants": "~18.0.8",
|
||||
"expo-crypto": "~15.0.6",
|
||||
"expo-linking": "~8.0.7",
|
||||
"expo-router": "~6.0.0",
|
||||
"expo-secure-store": "~15.0.6",
|
||||
"expo-splash-screen": "~31.0.8",
|
||||
"expo-status-bar": "^3.0.7",
|
||||
"expo-system-ui": "~6.0.7",
|
||||
"expo-dev-client": "~6.0.11",
|
||||
"expo-web-browser": "~15.0.6",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-native": "0.81.4",
|
||||
"react-native-edge-to-edge": "^1.7.0",
|
||||
"react-native-gesture-handler": "~2.28.0",
|
||||
"react-native-nitro-modules": "^0.29.4",
|
||||
"react-native-reanimated": "~4.1.0",
|
||||
"react-native-safe-area-context": "~5.6.0",
|
||||
"react-native-screens": "~4.16.0",
|
||||
"react-native-unistyles": "^3.0.12",
|
||||
"react-native-web": "^0.21.0",
|
||||
"react-native-worklets": "^0.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ajv": "^8.17.1",
|
||||
"@babel/core": "^7.28.0",
|
||||
"@types/react": "~19.0.10",
|
||||
"typescript": "~5.8.3"
|
||||
},
|
||||
"private": true
|
||||
"@types/react": "~19.1.10",
|
||||
"typescript": "~5.9.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user