diff --git a/packages/detox/migrations.json b/packages/detox/migrations.json index e18afd5d8619e..f44cc7dd73fdf 100644 --- a/packages/detox/migrations.json +++ b/packages/detox/migrations.json @@ -87,6 +87,15 @@ "alwaysAddToPackageJson": false } } + }, + "13.8.6": { + "version": "13.8.6-beta.0", + "packages": { + "detox": { + "version": "19.5.1", + "alwaysAddToPackageJson": false + } + } } } } diff --git a/packages/detox/package.json b/packages/detox/package.json index e078853d8a3e6..fd400817131af 100644 --- a/packages/detox/package.json +++ b/packages/detox/package.json @@ -32,7 +32,7 @@ "chalk": "^4.1.0" }, "peerDependencies": { - "detox": "^19.4.5" + "detox": "^19.5.1" }, "builders": "./executors.json", "ng-update": { diff --git a/packages/detox/src/utils/versions.ts b/packages/detox/src/utils/versions.ts index 396e68144d03f..2e217e9e0d506 100644 --- a/packages/detox/src/utils/versions.ts +++ b/packages/detox/src/utils/versions.ts @@ -1,4 +1,4 @@ export const nxVersion = '*'; -export const detoxVersion = '19.4.5'; +export const detoxVersion = '19.5.1'; export const testingLibraryJestDom = '5.16.2'; diff --git a/packages/react-native/migrations.json b/packages/react-native/migrations.json index fffe9a4225d59..2abe8b3554452 100644 --- a/packages/react-native/migrations.json +++ b/packages/react-native/migrations.json @@ -374,6 +374,39 @@ "alwaysAddToPackageJson": false } } + }, + "13.8.6": { + "version": "13.8.6-beta.0", + "packages": { + "react-native": { + "version": "0.67.3", + "alwaysAddToPackageJson": false + }, + "@types/react-native": { + "version": "0.67.2", + "alwaysAddToPackageJson": false + }, + "metro": { + "version": "0.69.0", + "alwaysAddToPackageJson": false + }, + "metro-resolver": { + "version": "0.69.0", + "alwaysAddToPackageJson": false + }, + "metro-react-native-babel-preset": { + "version": "0.69.0", + "alwaysAddToPackageJson": false + }, + "react-native-svg": { + "version": "12.3.0", + "alwaysAddToPackageJson": false + }, + "@react-native-async-storage/async-storage": { + "version": "1.16.1", + "alwaysAddToPackageJson": false + } + } } } } diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 9207527dc2924..6892c696b1651 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -40,7 +40,7 @@ "tsconfig-paths": "^3.9.0" }, "peerDependencies": { - "react-native": "^0.67.2" + "react-native": "^0.67.3" }, "builders": "./executors.json", "ng-update": { diff --git a/packages/react-native/src/utils/versions.ts b/packages/react-native/src/utils/versions.ts index 26ebb14de7ac7..c8e071f41dcaf 100644 --- a/packages/react-native/src/utils/versions.ts +++ b/packages/react-native/src/utils/versions.ts @@ -1,18 +1,18 @@ export const nxVersion = '*'; -export const reactNativeVersion = '0.67.2'; -export const typesReactNativeVersion = '0.66.15'; +export const reactNativeVersion = '0.67.3'; +export const typesReactNativeVersion = '0.67.2'; -export const metroVersion = '0.67.0'; +export const metroVersion = '0.69.0'; export const reactNativeCommunityCli = '7.0.1'; export const reactNativeCommunityCliIos = '7.0.1'; export const reactNativeCommunityCliAndroid = '7.0.1'; export const reactNativeConfigVersion = '1.4.5'; -export const reactNativeAsyncStorageVersion = '1.15.17'; +export const reactNativeAsyncStorageVersion = '1.16.1'; -export const metroReactNativeBabelPresetVersion = '0.67.0'; +export const metroReactNativeBabelPresetVersion = '0.69.0'; export const testingLibraryReactNativeVersion = '9.0.0'; export const testingLibraryJestNativeVersion = '4.0.4'; @@ -22,6 +22,6 @@ export const jestReactNativeVersion = '18.0.0'; export const reactTestRendererVersion = '17.0.2'; export const reactNativeSvgTransformerVersion = '1.0.0'; -export const reactNativeSvgVersion = '12.1.1'; +export const reactNativeSvgVersion = '12.3.0'; export const babelRuntimeVersion = '7.17.2';