@nx/angular 20.0.0-canary.20240926-529ab94 → 20.0.0-canary.20241001-8fa7065
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -10
- 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": "20.0.0-canary.
|
3
|
+
"version": "20.0.0-canary.20241001-8fa7065",
|
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": {
|
@@ -79,15 +79,14 @@
|
|
79
79
|
"tslib": "^2.3.0",
|
80
80
|
"webpack-merge": "^5.8.0",
|
81
81
|
"webpack": "^5.88.0",
|
82
|
-
"@module-federation/enhanced": "
|
83
|
-
"@nx/devkit": "20.0.0-canary.
|
84
|
-
"@nx/js": "20.0.0-canary.
|
85
|
-
"@nx/eslint": "20.0.0-canary.
|
86
|
-
"@nx/webpack": "20.0.0-canary.
|
87
|
-
"@nx/web": "20.0.0-canary.
|
88
|
-
"@nx/workspace": "20.0.0-canary.
|
89
|
-
"piscina": "^4.4.0"
|
90
|
-
"@nrwl/angular": "20.0.0-canary.20240926-529ab94"
|
82
|
+
"@module-federation/enhanced": "0.6.6",
|
83
|
+
"@nx/devkit": "20.0.0-canary.20241001-8fa7065",
|
84
|
+
"@nx/js": "20.0.0-canary.20241001-8fa7065",
|
85
|
+
"@nx/eslint": "20.0.0-canary.20241001-8fa7065",
|
86
|
+
"@nx/webpack": "20.0.0-canary.20241001-8fa7065",
|
87
|
+
"@nx/web": "20.0.0-canary.20241001-8fa7065",
|
88
|
+
"@nx/workspace": "20.0.0-canary.20241001-8fa7065",
|
89
|
+
"piscina": "^4.4.0"
|
91
90
|
},
|
92
91
|
"peerDependencies": {
|
93
92
|
"@angular-devkit/build-angular": ">= 16.0.0 < 19.0.0",
|
package/src/utils/versions.d.ts
CHANGED
@@ -13,7 +13,7 @@ export declare const expressVersion = "~4.18.2";
|
|
13
13
|
export declare const typesExpressVersion = "4.17.14";
|
14
14
|
export declare const browserSyncVersion = "^3.0.0";
|
15
15
|
export declare const moduleFederationNodeVersion = "~2.5.0";
|
16
|
-
export declare const moduleFederationEnhancedVersion = "
|
16
|
+
export declare const moduleFederationEnhancedVersion = "0.6.6";
|
17
17
|
export declare const angularEslintVersion = "^18.3.0";
|
18
18
|
export declare const typescriptEslintVersion = "^7.16.0";
|
19
19
|
export declare const tailwindVersion = "^3.0.2";
|
package/src/utils/versions.js
CHANGED
@@ -16,7 +16,7 @@ exports.expressVersion = '~4.18.2';
|
|
16
16
|
exports.typesExpressVersion = '4.17.14';
|
17
17
|
exports.browserSyncVersion = '^3.0.0';
|
18
18
|
exports.moduleFederationNodeVersion = '~2.5.0';
|
19
|
-
exports.moduleFederationEnhancedVersion = '
|
19
|
+
exports.moduleFederationEnhancedVersion = '0.6.6';
|
20
20
|
exports.angularEslintVersion = '^18.3.0';
|
21
21
|
exports.typescriptEslintVersion = '^7.16.0';
|
22
22
|
exports.tailwindVersion = '^3.0.2';
|