@nx/angular 21.3.0-canary.20250624-0ef8857 → 21.3.0-canary.20250625-fe687a0
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 +9 -9
- package/src/utils/versions.d.ts +1 -1
- package/src/utils/versions.js +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/angular",
|
3
|
-
"version": "21.3.0-canary.
|
3
|
+
"version": "21.3.0-canary.20250625-fe687a0",
|
4
4
|
"private": false,
|
5
5
|
"description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Playwright and Cypress. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
|
6
6
|
"repository": {
|
@@ -58,14 +58,14 @@
|
|
58
58
|
"migrations": "./migrations.json"
|
59
59
|
},
|
60
60
|
"dependencies": {
|
61
|
-
"@nx/devkit": "21.3.0-canary.
|
62
|
-
"@nx/eslint": "21.3.0-canary.
|
63
|
-
"@nx/js": "21.3.0-canary.
|
64
|
-
"@nx/module-federation": "21.3.0-canary.
|
65
|
-
"@nx/rspack": "21.3.0-canary.
|
66
|
-
"@nx/web": "21.3.0-canary.
|
67
|
-
"@nx/webpack": "21.3.0-canary.
|
68
|
-
"@nx/workspace": "21.3.0-canary.
|
61
|
+
"@nx/devkit": "21.3.0-canary.20250625-fe687a0",
|
62
|
+
"@nx/eslint": "21.3.0-canary.20250625-fe687a0",
|
63
|
+
"@nx/js": "21.3.0-canary.20250625-fe687a0",
|
64
|
+
"@nx/module-federation": "21.3.0-canary.20250625-fe687a0",
|
65
|
+
"@nx/rspack": "21.3.0-canary.20250625-fe687a0",
|
66
|
+
"@nx/web": "21.3.0-canary.20250625-fe687a0",
|
67
|
+
"@nx/webpack": "21.3.0-canary.20250625-fe687a0",
|
68
|
+
"@nx/workspace": "21.3.0-canary.20250625-fe687a0",
|
69
69
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
70
70
|
"@typescript-eslint/type-utils": "^8.0.0",
|
71
71
|
"enquirer": "~2.3.6",
|
package/src/utils/versions.d.ts
CHANGED
@@ -14,7 +14,7 @@ export declare const expressVersion = "^4.21.2";
|
|
14
14
|
export declare const typesExpressVersion = "^4.17.21";
|
15
15
|
export declare const browserSyncVersion = "^3.0.0";
|
16
16
|
export declare const moduleFederationNodeVersion = "^2.6.26";
|
17
|
-
export declare const moduleFederationEnhancedVersion = "^0.
|
17
|
+
export declare const moduleFederationEnhancedVersion = "^0.15.0";
|
18
18
|
export declare const webpackMergeVersion = "^5.8.0";
|
19
19
|
export declare const angularEslintVersion = "^20.0.0";
|
20
20
|
export declare const typescriptEslintVersion = "^7.16.0";
|
package/src/utils/versions.js
CHANGED
@@ -17,7 +17,7 @@ exports.expressVersion = '^4.21.2';
|
|
17
17
|
exports.typesExpressVersion = '^4.17.21';
|
18
18
|
exports.browserSyncVersion = '^3.0.0';
|
19
19
|
exports.moduleFederationNodeVersion = '^2.6.26';
|
20
|
-
exports.moduleFederationEnhancedVersion = '^0.
|
20
|
+
exports.moduleFederationEnhancedVersion = '^0.15.0';
|
21
21
|
exports.webpackMergeVersion = '^5.8.0';
|
22
22
|
exports.angularEslintVersion = '^20.0.0';
|
23
23
|
exports.typescriptEslintVersion = '^7.16.0';
|