From 630e7557c9872c37cb3b1966d2c3bf853d730e08 Mon Sep 17 00:00:00 2001 From: Douglas Lowder Date: Fri, 3 Jan 2025 13:26:20 -0800 Subject: [PATCH] TV examples to Expo 52.0.23, RNTV 0.76.5-0 (#535) --- with-router-tv/package.json | 14 +++++++------- with-tv/package.json | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/with-router-tv/package.json b/with-router-tv/package.json index 28f53c1b..19fe8b03 100644 --- a/with-router-tv/package.json +++ b/with-router-tv/package.json @@ -17,19 +17,19 @@ }, "dependencies": { "@expo/vector-icons": "^14.0.2", - "expo": "^52.0.16", + "expo": "~52.0.23", "expo-build-properties": "~0.13.1", "expo-constants": "~17.0.3", - "expo-font": "~13.0.1", + "expo-font": "~13.0.2", "expo-linking": "~7.0.3", - "expo-router": "~4.0.9", - "expo-splash-screen": "~0.29.13", + "expo-router": "~4.0.14", + "expo-splash-screen": "~0.29.18", "expo-status-bar": "~2.0.0", - "expo-system-ui": "~4.0.4", + "expo-system-ui": "~4.0.6", "expo-web-browser": "~14.0.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-native": "npm:react-native-tvos@~0.76.3-0", + "react-native": "npm:react-native-tvos@~0.76.5-0", "react-native-gesture-handler": "~2.20.2", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", @@ -43,7 +43,7 @@ "@types/react": "~18.3.12", "@types/react-test-renderer": "^18.0.7", "jest": "^29.2.1", - "jest-expo": "~52.0.0-preview.4", + "jest-expo": "~52.0.2", "react-test-renderer": "18.2.0", "typescript": "~5.3.3" }, diff --git a/with-tv/package.json b/with-tv/package.json index 261e1671..59e5dd1e 100644 --- a/with-tv/package.json +++ b/with-tv/package.json @@ -9,12 +9,12 @@ "prebuild": "EXPO_TV=1 expo prebuild --clean" }, "dependencies": { - "expo": "^52.0.16", - "expo-splash-screen": "~0.29.13", + "expo": "~52.0.23", + "expo-splash-screen": "~0.29.18", "expo-status-bar": "~2.0.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-native": "npm:react-native-tvos@~0.76.3-0" + "react-native": "npm:react-native-tvos@~0.76.5-0" }, "devDependencies": { "@babel/core": "^7.24.0",