Skip to content

Commit

Permalink
Fix TV compile CI (#28648)
Browse files Browse the repository at this point in the history
Bump dependencies in the CI setup file
  • Loading branch information
douglowder committed May 7, 2024
1 parent b1949c5 commit 949423c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/expo-updates/e2e/setup/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ async function preparePackageJson(
...packageJson,
dependencies: {
...packageJson.dependencies,
'react-native': 'npm:react-native-tvos@~0.74.0-0rc2',
'@react-native-tvos/config-tv': '^0.0.8',
'react-native': 'npm:react-native-tvos@~0.74.1-0',
'@react-native-tvos/config-tv': '^0.0.9',
},
expo: {
install: {
Expand Down

0 comments on commit 949423c

Please sign in to comment.