@nx/react 22.1.0-beta.3 → 22.1.0-beta.5

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
@@ -98,6 +98,27 @@
98
98
  "alwaysAddToPackageJson": false
99
99
  }
100
100
  }
101
+ },
102
+ "22.2.0": {
103
+ "version": "22.2.0-beta.0",
104
+ "packages": {
105
+ "@module-federation/enhanced": {
106
+ "version": "^0.21.2",
107
+ "alwaysAddToPackageJson": false
108
+ },
109
+ "@module-federation/runtime": {
110
+ "version": "^0.21.2",
111
+ "alwaysAddToPackageJson": false
112
+ },
113
+ "@module-federation/sdk": {
114
+ "version": "^0.21.2",
115
+ "alwaysAddToPackageJson": false
116
+ },
117
+ "@module-federation/node": {
118
+ "version": "^2.7.21",
119
+ "alwaysAddToPackageJson": false
120
+ }
121
+ }
101
122
  }
102
123
  }
103
124
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/react",
3
- "version": "22.1.0-beta.3",
3
+ "version": "22.1.0-beta.5",
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,26 +38,26 @@
38
38
  "minimatch": "9.0.3",
39
39
  "picocolors": "^1.1.0",
40
40
  "tslib": "^2.3.0",
41
- "@nx/devkit": "22.1.0-beta.3",
42
- "@nx/js": "22.1.0-beta.3",
43
- "@nx/eslint": "22.1.0-beta.3",
44
- "@nx/web": "22.1.0-beta.3",
45
- "@nx/module-federation": "22.1.0-beta.3",
46
- "@nx/rollup": "22.1.0-beta.3",
41
+ "@nx/devkit": "22.1.0-beta.5",
42
+ "@nx/js": "22.1.0-beta.5",
43
+ "@nx/eslint": "22.1.0-beta.5",
44
+ "@nx/web": "22.1.0-beta.5",
45
+ "@nx/module-federation": "22.1.0-beta.5",
46
+ "@nx/rollup": "22.1.0-beta.5",
47
47
  "express": "^4.21.2",
48
48
  "http-proxy-middleware": "^3.0.5",
49
49
  "semver": "^7.6.3"
50
50
  },
51
51
  "devDependencies": {
52
- "@nx/cypress": "22.1.0-beta.3",
53
- "@nx/playwright": "22.1.0-beta.3",
54
- "@nx/rsbuild": "22.1.0-beta.3",
55
- "@nx/vite": "22.1.0-beta.3",
56
- "@nx/webpack": "22.1.0-beta.3",
57
- "nx": "22.1.0-beta.3"
52
+ "@nx/cypress": "22.1.0-beta.5",
53
+ "@nx/playwright": "22.1.0-beta.5",
54
+ "@nx/rsbuild": "22.1.0-beta.5",
55
+ "@nx/vite": "22.1.0-beta.5",
56
+ "@nx/webpack": "22.1.0-beta.5",
57
+ "nx": "22.1.0-beta.5"
58
58
  },
59
59
  "optionalDependencies": {
60
- "@nx/vite": "22.1.0-beta.3"
60
+ "@nx/vite": "22.1.0-beta.5"
61
61
  },
62
62
  "publishConfig": {
63
63
  "access": "public"
@@ -44,8 +44,8 @@ export declare const typesExpressVersion = "^4.17.21";
44
44
  export declare const isbotVersion = "^3.6.5";
45
45
  export declare const corsVersion = "~2.8.5";
46
46
  export declare const typesCorsVersion = "~2.8.12";
47
- export declare const moduleFederationNodeVersion = "^2.7.11";
48
- export declare const moduleFederationEnhancedVersion = "^0.18.0";
47
+ export declare const moduleFederationNodeVersion = "^2.7.21";
48
+ export declare const moduleFederationEnhancedVersion = "^0.21.2";
49
49
  export declare const lessVersion = "3.12.2";
50
50
  export declare const sassVersion = "^1.55.0";
51
51
  export declare const rollupPluginUrlVersion = "^8.0.2";
@@ -51,8 +51,8 @@ exports.typesExpressVersion = '^4.17.21';
51
51
  exports.isbotVersion = '^3.6.5';
52
52
  exports.corsVersion = '~2.8.5';
53
53
  exports.typesCorsVersion = '~2.8.12';
54
- exports.moduleFederationNodeVersion = '^2.7.11';
55
- exports.moduleFederationEnhancedVersion = '^0.18.0';
54
+ exports.moduleFederationNodeVersion = '^2.7.21';
55
+ exports.moduleFederationEnhancedVersion = '^0.21.2';
56
56
  // style preprocessors
57
57
  exports.lessVersion = '3.12.2';
58
58
  exports.sassVersion = '^1.55.0';