-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(expo): upgrade Expo to v52 (#29142)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # Co-authored-by: Hassan Khan <[email protected]>
- Loading branch information
1 parent
cfcd4d1
commit a0f4260
Showing
21 changed files
with
252 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const nxVersion = require('../../package.json').version; | ||
|
||
export const detoxVersion = '~20.18.1'; | ||
export const testingLibraryJestDom = '~6.4.2'; | ||
export const detoxVersion = '~20.28.0'; | ||
export const testingLibraryJestDom = '~6.6.3'; | ||
export const configPluginsDetoxVersion = '~8.0.0'; // only required for expo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
export const nxVersion = require('../../package.json').version; | ||
|
||
export const expoVersion = '~51.0.8'; | ||
export const expoSplashScreenVersion = '~0.27.4'; | ||
export const expoStatusBarVersion = '~1.12.1'; | ||
export const expoCliVersion = '~0.18.13'; // @expo/cli | ||
export const babelPresetExpoVersion = '~11.0.0'; | ||
export const expoVersion = '~52.0.11'; | ||
export const expoSplashScreenVersion = '~0.29.13'; | ||
export const expoStatusBarVersion = '~2.0.0'; | ||
export const expoCliVersion = '~0.21.8'; // @expo/cli | ||
export const babelPresetExpoVersion = '~12.0.1'; | ||
|
||
export const reactVersion = '18.2.0'; | ||
export const reactDomVersion = '18.2.0'; | ||
export const reactTestRendererVersion = '18.2.0'; | ||
export const typesReactVersion = '~18.2.45'; | ||
export const reactVersion = '~18.3.1'; | ||
export const reactDomVersion = '~18.3.1'; | ||
export const reactTestRendererVersion = '~18.3.1'; | ||
export const typesReactVersion = '~18.3.12'; | ||
|
||
export const reactNativeVersion = '0.74.1'; | ||
export const reactNativeWebVersion = '~0.19.11'; | ||
export const reactNativeVersion = '0.76.3'; | ||
export const reactNativeWebVersion = '~0.19.13'; | ||
|
||
export const expoMetroConfigVersion = '~0.18.1'; | ||
export const expoMetroRuntimeVersion = '~3.2.1'; | ||
export const expoMetroConfigVersion = '~0.19.4'; | ||
export const expoMetroRuntimeVersion = '~4.0.0'; | ||
|
||
export const reactNativeSvgTransformerVersion = '1.3.0'; | ||
export const reactNativeSvgVersion = '15.2.0'; | ||
export const reactNativeSvgTransformerVersion = '~1.5.0'; | ||
export const reactNativeSvgVersion = '~15.8.0'; | ||
|
||
export const testingLibraryReactNativeVersion = '~12.5.0'; | ||
export const testingLibraryReactNativeVersion = '~12.9.0'; | ||
export const testingLibraryJestNativeVersion = '~5.4.3'; | ||
export const jestExpoVersion = '~51.0.2'; | ||
export const jestExpoVersion = '~52.0.2'; | ||
|
||
export const babelRuntimeVersion = '7.24.5'; | ||
export const babelRuntimeVersion = '~7.26.0'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
packages/react-native/src/generators/application/files/app/android/build.gradle.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ive/src/generators/application/files/app/android/gradle/wrapper/gradle-wrapper.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.