From eab0c3a315e440f471fdd546be282f258eb3cd8b Mon Sep 17 00:00:00 2001 From: Yousif Ahmed Date: Wed, 31 Jan 2024 15:31:29 +0000 Subject: [PATCH] Bump test fixture to SDK 50 --- features/fixtures/test-app/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/features/fixtures/test-app/package.json b/features/fixtures/test-app/package.json index f3609a04..9366309d 100644 --- a/features/fixtures/test-app/package.json +++ b/features/fixtures/test-app/package.json @@ -9,17 +9,17 @@ "web": "expo start --web" }, "dependencies": { - "@react-native-community/netinfo": "9.3.10", - "expo": "^49.0.0", - "expo-application": "~5.3.0", - "expo-constants": "~14.4.2", - "expo-crypto": "~12.4.1", - "expo-device": "~5.4.0", - "expo-file-system": "~15.4.2", - "expo-screen-orientation": "~6.0.2", - "expo-status-bar": "~1.6.0", + "@react-native-community/netinfo": "11.1.0", + "expo": "^50.0.0", + "expo-application": "~5.8.3", + "expo-constants": "~15.4.5", + "expo-crypto": "~12.8.0", + "expo-device": "~5.9.3", + "expo-file-system": "~16.0.5", + "expo-screen-orientation": "~6.4.1", + "expo-status-bar": "~1.11.1", "react": "18.2.0", - "react-native": "0.72.3" + "react-native": "0.73.2" }, "devDependencies": { "@babel/core": "^7.20.0"