Skip to content

Commit

Permalink
Update TV examples
Browse files Browse the repository at this point in the history
  • Loading branch information
douglowder committed Aug 24, 2024
1 parent b777aa9 commit 038a18a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions with-router-tv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions with-tv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 038a18a

Please sign in to comment.