@nrwl/react-native 15.9.0-beta.0 → 15.9.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/migrations.json CHANGED
@@ -1252,6 +1252,15 @@
1252
1252
  "alwaysAddToPackageJson": false
1253
1253
  }
1254
1254
  }
1255
+ },
1256
+ "15.8.6": {
1257
+ "version": "15.8.6-beta.0",
1258
+ "packages": {
1259
+ "react-native": {
1260
+ "version": "0.71.4",
1261
+ "alwaysAddToPackageJson": false
1262
+ }
1263
+ }
1255
1264
  }
1256
1265
  }
1257
1266
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/react-native",
3
- "version": "15.9.0-beta.0",
3
+ "version": "15.9.0-beta.1",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: \n\n-Integration with libraries such as Jest, Detox, and Storybook.\n-Scaffolding for creating buildable libraries that can be published to npm.\n-Utilities for automatic workspace refactoring.",
6
6
  "keywords": [
@@ -25,13 +25,13 @@
25
25
  "main": "index.js",
26
26
  "types": "index.d.ts",
27
27
  "dependencies": {
28
- "@nrwl/detox": "15.9.0-beta.0",
29
- "@nrwl/devkit": "15.9.0-beta.0",
30
- "@nrwl/jest": "15.9.0-beta.0",
31
- "@nrwl/js": "15.9.0-beta.0",
32
- "@nrwl/linter": "15.9.0-beta.0",
33
- "@nrwl/react": "15.9.0-beta.0",
34
- "@nrwl/workspace": "15.9.0-beta.0",
28
+ "@nrwl/detox": "15.9.0-beta.1",
29
+ "@nrwl/devkit": "15.9.0-beta.1",
30
+ "@nrwl/jest": "15.9.0-beta.1",
31
+ "@nrwl/js": "15.9.0-beta.1",
32
+ "@nrwl/linter": "15.9.0-beta.1",
33
+ "@nrwl/react": "15.9.0-beta.1",
34
+ "@nrwl/workspace": "15.9.0-beta.1",
35
35
  "chalk": "^4.1.0",
36
36
  "enhanced-resolve": "^5.8.3",
37
37
  "fs-extra": "^11.1.0",
@@ -42,7 +42,7 @@
42
42
  "tsconfig-paths": "^4.1.2"
43
43
  },
44
44
  "peerDependencies": {
45
- "react-native": "^0.71.2"
45
+ "react-native": "^0.71.4"
46
46
  },
47
47
  "builders": "./executors.json",
48
48
  "ng-update": {
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "e3e87f57fd740bf78945a4907745d03f18d057c3"
56
+ "gitHead": "0ef06e4af7c17cf84717a2941f82f3e41e5c2c89"
57
57
  }
@@ -1,5 +1,5 @@
1
1
  export declare const nxVersion: any;
2
- export declare const reactNativeVersion = "0.71.3";
2
+ export declare const reactNativeVersion = "0.71.4";
3
3
  export declare const typesReactNativeVersion = "0.71.3";
4
4
  export declare const typesNodeVersion = "18.14.4";
5
5
  export declare const metroVersion = "0.74.1";
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.babelRuntimeVersion = exports.reactNativeSvgVersion = exports.reactNativeSvgTransformerVersion = exports.jestReactNativeVersion = exports.testingLibraryJestNativeVersion = exports.testingLibraryReactNativeVersion = exports.reactNativeAsyncStorageAsyncStorageVersion = exports.reactNativeConfigVersion = exports.typesReactVersion = exports.reactTestRendererVersion = exports.reactDomVersion = exports.reactVersion = exports.reactNativeCommunityCliAndroid = exports.reactNativeCommunityCliIos = exports.reactNativeCommunityCli = exports.metroVersion = exports.typesNodeVersion = exports.typesReactNativeVersion = exports.reactNativeVersion = exports.nxVersion = void 0;
4
4
  exports.nxVersion = require('../../package.json').version;
5
- exports.reactNativeVersion = '0.71.3';
5
+ exports.reactNativeVersion = '0.71.4';
6
6
  exports.typesReactNativeVersion = '0.71.3';
7
7
  exports.typesNodeVersion = '18.14.4';
8
8
  exports.metroVersion = '0.74.1';