-
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.
- Loading branch information
1 parent
3ec5390
commit fb21d22
Showing
20 changed files
with
242 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.