@nx/react 20.2.0-canary.20241119-636cd77 → 20.2.0-canary.20241121-60a9f81
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 +21 -0
- package/package.json +7 -7
- package/src/utils/versions.d.ts +2 -2
- package/src/utils/versions.js +2 -2
package/migrations.json
CHANGED
@@ -158,6 +158,27 @@
|
|
158
158
|
"alwaysAddToPackageJson": false
|
159
159
|
}
|
160
160
|
}
|
161
|
+
},
|
162
|
+
"20.2.0": {
|
163
|
+
"version": "20.2.0-beta.3",
|
164
|
+
"packages": {
|
165
|
+
"@module-federation/enhanced": {
|
166
|
+
"version": "0.7.6",
|
167
|
+
"alwaysAddToPackageJson": false
|
168
|
+
},
|
169
|
+
"@module-federation/runtime": {
|
170
|
+
"version": "0.7.6",
|
171
|
+
"alwaysAddToPackageJson": false
|
172
|
+
},
|
173
|
+
"@module-federation/sdk": {
|
174
|
+
"version": "0.7.6",
|
175
|
+
"alwaysAddToPackageJson": false
|
176
|
+
},
|
177
|
+
"@module-federation/node": {
|
178
|
+
"version": "2.6.11",
|
179
|
+
"alwaysAddToPackageJson": false
|
180
|
+
}
|
181
|
+
}
|
161
182
|
}
|
162
183
|
}
|
163
184
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/react",
|
3
|
-
"version": "20.2.0-canary.
|
3
|
+
"version": "20.2.0-canary.20241121-60a9f81",
|
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,12 +38,12 @@
|
|
38
38
|
"minimatch": "9.0.3",
|
39
39
|
"picocolors": "^1.1.0",
|
40
40
|
"tslib": "^2.3.0",
|
41
|
-
"@module-federation/enhanced": "0.6
|
42
|
-
"@nx/devkit": "20.2.0-canary.
|
43
|
-
"@nx/js": "20.2.0-canary.
|
44
|
-
"@nx/eslint": "20.2.0-canary.
|
45
|
-
"@nx/web": "20.2.0-canary.
|
46
|
-
"@nx/module-federation": "20.2.0-canary.
|
41
|
+
"@module-federation/enhanced": "0.7.6",
|
42
|
+
"@nx/devkit": "20.2.0-canary.20241121-60a9f81",
|
43
|
+
"@nx/js": "20.2.0-canary.20241121-60a9f81",
|
44
|
+
"@nx/eslint": "20.2.0-canary.20241121-60a9f81",
|
45
|
+
"@nx/web": "20.2.0-canary.20241121-60a9f81",
|
46
|
+
"@nx/module-federation": "20.2.0-canary.20241121-60a9f81",
|
47
47
|
"express": "^4.19.2",
|
48
48
|
"http-proxy-middleware": "^3.0.3"
|
49
49
|
},
|
package/src/utils/versions.d.ts
CHANGED
@@ -36,8 +36,8 @@ export declare const typesExpressVersion = "4.17.17";
|
|
36
36
|
export declare const isbotVersion = "^3.6.5";
|
37
37
|
export declare const corsVersion = "~2.8.5";
|
38
38
|
export declare const typesCorsVersion = "~2.8.12";
|
39
|
-
export declare const moduleFederationNodeVersion = "~2.
|
40
|
-
export declare const moduleFederationEnhancedVersion = "0.6
|
39
|
+
export declare const moduleFederationNodeVersion = "~2.6.11";
|
40
|
+
export declare const moduleFederationEnhancedVersion = "0.7.6";
|
41
41
|
export declare const lessVersion = "3.12.2";
|
42
42
|
export declare const sassVersion = "^1.55.0";
|
43
43
|
export declare const rollupPluginUrlVersion = "^8.0.2";
|
package/src/utils/versions.js
CHANGED
@@ -42,8 +42,8 @@ exports.typesExpressVersion = '4.17.17';
|
|
42
42
|
exports.isbotVersion = '^3.6.5';
|
43
43
|
exports.corsVersion = '~2.8.5';
|
44
44
|
exports.typesCorsVersion = '~2.8.12';
|
45
|
-
exports.moduleFederationNodeVersion = '~2.
|
46
|
-
exports.moduleFederationEnhancedVersion = '0.6
|
45
|
+
exports.moduleFederationNodeVersion = '~2.6.11';
|
46
|
+
exports.moduleFederationEnhancedVersion = '0.7.6';
|
47
47
|
// style preprocessors
|
48
48
|
exports.lessVersion = '3.12.2';
|
49
49
|
exports.sassVersion = '^1.55.0';
|