@nx/react 19.0.0-beta.0 → 19.0.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",
3
- "version": "19.0.0-beta.0",
3
+ "version": "19.0.0-beta.1",
4
4
  "private": false,
5
5
  "description": "The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -37,11 +37,11 @@
37
37
  "file-loader": "^6.2.0",
38
38
  "minimatch": "9.0.3",
39
39
  "tslib": "^2.3.0",
40
- "@nx/devkit": "19.0.0-beta.0",
41
- "@nx/js": "19.0.0-beta.0",
42
- "@nx/eslint": "19.0.0-beta.0",
43
- "@nx/web": "19.0.0-beta.0",
44
- "@nrwl/react": "19.0.0-beta.0"
40
+ "@nx/devkit": "19.0.0-beta.1",
41
+ "@nx/js": "19.0.0-beta.1",
42
+ "@nx/eslint": "19.0.0-beta.1",
43
+ "@nx/web": "19.0.0-beta.1",
44
+ "@nrwl/react": "19.0.0-beta.1"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"
@@ -36,7 +36,7 @@ function getRollupOptions(options) {
36
36
  url({
37
37
  limit: 10000, // 10kB
38
38
  }),
39
- ...options.plugins,
39
+ ...(Array.isArray(options.plugins) ? options.plugins : []),
40
40
  ];
41
41
  }
42
42
  catch {
@@ -39,8 +39,8 @@ export declare const typesCorsVersion = "~2.8.12";
39
39
  export declare const moduleFederationNodeVersion = "~0.9.9";
40
40
  export declare const lessVersion = "3.12.2";
41
41
  export declare const sassVersion = "^1.55.0";
42
- export declare const rollupPluginUrlVersion = "^7.0.0";
43
- export declare const svgrRollupVersion = "^8.0.1";
42
+ export declare const rollupPluginUrlVersion = "^8.0.2";
43
+ export declare const svgrRollupVersion = "^8.1.0";
44
44
  export declare const swcPluginStyledJsxVersion = "^1.5.67";
45
45
  export declare const swcPluginEmotionVersion = "^2.5.67";
46
46
  export declare const swcPluginStyledComponentsVersion = "^1.5.67";
@@ -47,8 +47,8 @@ exports.moduleFederationNodeVersion = '~0.9.9';
47
47
  exports.lessVersion = '3.12.2';
48
48
  exports.sassVersion = '^1.55.0';
49
49
  // rollup plugins (if needed)
50
- exports.rollupPluginUrlVersion = '^7.0.0';
51
- exports.svgrRollupVersion = '^8.0.1';
50
+ exports.rollupPluginUrlVersion = '^8.0.2';
51
+ exports.svgrRollupVersion = '^8.1.0';
52
52
  exports.swcPluginStyledJsxVersion = '^1.5.67';
53
53
  exports.swcPluginEmotionVersion = '^2.5.67';
54
54
  exports.swcPluginStyledComponentsVersion = '^1.5.67';