Updating Expo SDK to v51

This commit is contained in:
Franci Penov 2024-05-25 12:16:20 -07:00
parent 10155e74c8
commit 9861000d16
2 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
dist
.expo

View File

@ -13,16 +13,16 @@
"prompts": "ts-node ./prompts/generate.ts"
},
"dependencies": {
"@expo/metro-runtime": "~3.1.3",
"@expo/metro-runtime": "^3.2.1",
"axios": "^1.6.8",
"cli-progress": "^3.12.0",
"expo": "~50.0.14",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.3",
"expo": "^51.0.8",
"expo-status-bar": "^1.12.1",
"expo-system-ui": "^3.0.4",
"ollama": "^0.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native": "^0.74.1",
"react-native-ble-plx": "^3.1.2",
"react-native-quick-base64": "^2.0.8",
"react-native-typography": "^1.4.1",