diff --git a/with-router-tv/package.json b/with-router-tv/package.json index cac4acc5..bb26579c 100644 --- a/with-router-tv/package.json +++ b/with-router-tv/package.json @@ -16,24 +16,24 @@ "preset": "jest-expo" }, "dependencies": { - "@expo/vector-icons": "^14.0.0", + "@expo/vector-icons": "^14.0.2", "@react-navigation/native": "^6.0.2", - "expo": "~51.0.13", + "expo": "~51.0.31", "expo-build-properties": "~0.12.3", "expo-constants": "~16.0.2", - "expo-font": "~12.0.7", + "expo-font": "~12.0.9", "expo-linking": "~6.3.1", - "expo-router": "~3.5.16", + "expo-router": "~3.5.23", "expo-splash-screen": "~0.27.5", "expo-status-bar": "~1.12.1", - "expo-system-ui": "~3.0.6", + "expo-system-ui": "~3.0.7", "expo-web-browser": "~13.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "npm:react-native-tvos@~0.74.2-0", + "react-native": "npm:react-native-tvos@~0.74.5-0", "react-native-gesture-handler": "~2.16.1", "react-native-reanimated": "~3.10.1", - "react-native-safe-area-context": "4.10.1", + "react-native-safe-area-context": "4.10.5", "react-native-screens": "3.31.1", "react-native-web": "~0.19.10" }, diff --git a/with-tv/package.json b/with-tv/package.json index da579610..c33a5e21 100644 --- a/with-tv/package.json +++ b/with-tv/package.json @@ -9,12 +9,12 @@ "prebuild": "EXPO_TV=1 expo prebuild --clean" }, "dependencies": { - "expo": "~51.0.13", + "expo": "~51.0.31", "expo-splash-screen": "~0.27.5", "expo-status-bar": "~1.12.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "npm:react-native-tvos@~0.74.2-0" + "react-native": "npm:react-native-tvos@~0.74.5-0" }, "devDependencies": { "@babel/core": "^7.24.0",