@nx/react-native 21.4.0 → 21.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/react-native",
3
- "version": "21.4.0",
3
+ "version": "21.5.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": [
@@ -26,10 +26,10 @@
26
26
  "main": "./index.js",
27
27
  "types": "index.d.ts",
28
28
  "dependencies": {
29
- "@nx/devkit": "21.4.0",
30
- "@nx/js": "21.4.0",
31
- "@nx/eslint": "21.4.0",
32
- "@nx/react": "21.4.0",
29
+ "@nx/devkit": "21.5.0-beta.1",
30
+ "@nx/js": "21.5.0-beta.1",
31
+ "@nx/eslint": "21.5.0-beta.1",
32
+ "@nx/react": "21.5.0-beta.1",
33
33
  "ajv": "^8.12.0",
34
34
  "enhanced-resolve": "^5.8.3",
35
35
  "ignore": "^5.0.4",
@@ -43,8 +43,8 @@
43
43
  "metro-resolver": ">= 0.82.0"
44
44
  },
45
45
  "optionalDependencies": {
46
- "@nx/detox": "21.4.0",
47
- "@nx/rollup": "21.4.0"
46
+ "@nx/detox": "21.5.0-beta.1",
47
+ "@nx/rollup": "21.5.0-beta.1"
48
48
  },
49
49
  "executors": "./executors.json",
50
50
  "ng-update": {
@@ -1,6 +1,6 @@
1
1
  export declare const nxVersion: any;
2
2
  export declare const reactNativeVersion = "~0.79.3";
3
- export declare const typesNodeVersion = "18.16.9";
3
+ export declare const typesNodeVersion = "20.19.9";
4
4
  export declare const reactNativeCommunityCliVersion = "~18.0.0";
5
5
  export declare const reactNativeCommunityCliPlatformAndroidVersion = "~18.0.0";
6
6
  export declare const reactNativeCommunityCliPlatformIosVersion = "~18.0.0";
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.babelRuntimeVersion = exports.reactNativeSvgWebVersion = exports.reactNativeSvgVersion = exports.reactNativeSvgTransformerVersion = exports.reactTestRendererVersion = exports.testingLibraryReactNativeVersion = exports.typesReactDomVersion = exports.typesReactVersion = exports.reactDomVersion = exports.reactVersion = exports.metroVersion = exports.reactNativeWebVersion = exports.reactNativeMetroConfigVersion = exports.reactNativeBabelPresetVersion = exports.reactNativeCommunityCliPlatformIosVersion = exports.reactNativeCommunityCliPlatformAndroidVersion = exports.reactNativeCommunityCliVersion = exports.typesNodeVersion = exports.reactNativeVersion = exports.nxVersion = void 0;
4
4
  exports.nxVersion = require('../../package.json').version;
5
5
  exports.reactNativeVersion = '~0.79.3';
6
- exports.typesNodeVersion = '18.16.9';
6
+ exports.typesNodeVersion = '20.19.9';
7
7
  exports.reactNativeCommunityCliVersion = '~18.0.0';
8
8
  exports.reactNativeCommunityCliPlatformAndroidVersion = '~18.0.0';
9
9
  exports.reactNativeCommunityCliPlatformIosVersion = '~18.0.0';