@nx/react 20.5.0-canary.20250225-cd361ef → 20.5.0-canary.20250227-6d40b6a

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": "20.5.0-canary.20250225-cd361ef",
3
+ "version": "20.5.0-canary.20250227-6d40b6a",
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, Vitest, Playwright, 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": {
@@ -38,11 +38,11 @@
38
38
  "minimatch": "9.0.3",
39
39
  "picocolors": "^1.1.0",
40
40
  "tslib": "^2.3.0",
41
- "@nx/devkit": "20.5.0-canary.20250225-cd361ef",
42
- "@nx/js": "20.5.0-canary.20250225-cd361ef",
43
- "@nx/eslint": "20.5.0-canary.20250225-cd361ef",
44
- "@nx/web": "20.5.0-canary.20250225-cd361ef",
45
- "@nx/module-federation": "20.5.0-canary.20250225-cd361ef",
41
+ "@nx/devkit": "20.5.0-canary.20250227-6d40b6a",
42
+ "@nx/js": "20.5.0-canary.20250227-6d40b6a",
43
+ "@nx/eslint": "20.5.0-canary.20250227-6d40b6a",
44
+ "@nx/web": "20.5.0-canary.20250227-6d40b6a",
45
+ "@nx/module-federation": "20.5.0-canary.20250227-6d40b6a",
46
46
  "express": "^4.21.2",
47
47
  "http-proxy-middleware": "^3.0.3",
48
48
  "semver": "^7.6.3"
@@ -42,8 +42,8 @@ export declare const typesExpressVersion = "^4.17.21";
42
42
  export declare const isbotVersion = "^3.6.5";
43
43
  export declare const corsVersion = "~2.8.5";
44
44
  export declare const typesCorsVersion = "~2.8.12";
45
- export declare const moduleFederationNodeVersion = "^2.6.21";
46
- export declare const moduleFederationEnhancedVersion = "^0.8.8";
45
+ export declare const moduleFederationNodeVersion = "^2.6.26";
46
+ export declare const moduleFederationEnhancedVersion = "^0.9.0";
47
47
  export declare const lessVersion = "3.12.2";
48
48
  export declare const sassVersion = "^1.55.0";
49
49
  export declare const rollupPluginUrlVersion = "^8.0.2";
@@ -48,8 +48,8 @@ exports.typesExpressVersion = '^4.17.21';
48
48
  exports.isbotVersion = '^3.6.5';
49
49
  exports.corsVersion = '~2.8.5';
50
50
  exports.typesCorsVersion = '~2.8.12';
51
- exports.moduleFederationNodeVersion = '^2.6.21';
52
- exports.moduleFederationEnhancedVersion = '^0.8.8';
51
+ exports.moduleFederationNodeVersion = '^2.6.26';
52
+ exports.moduleFederationEnhancedVersion = '^0.9.0';
53
53
  // style preprocessors
54
54
  exports.lessVersion = '3.12.2';
55
55
  exports.sassVersion = '^1.55.0';