From 9861000d16edd6affb9e5600d2a1b5ea486bc669 Mon Sep 17 00:00:00 2001 From: Franci Penov Date: Sat, 25 May 2024 12:16:20 -0700 Subject: [PATCH] Updating Expo SDK to v51 --- .gitignore | 1 + package.json | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f06235c..2bbda18 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules dist +.expo diff --git a/package.json b/package.json index dbc3d94..73f07fc 100644 --- a/package.json +++ b/package.json @@ -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",