@nx/angular 19.6.0-canary.20240723-c4f9d89 → 19.6.0-canary.20240724-684d2a9

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "19.6.0-canary.20240723-c4f9d89",
3
+ "version": "19.6.0-canary.20240724-684d2a9",
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": {
@@ -80,28 +80,22 @@
80
80
  "webpack-merge": "^5.8.0",
81
81
  "webpack": "^5.88.0",
82
82
  "@module-federation/enhanced": "~0.2.3",
83
- "@nx/devkit": "19.6.0-canary.20240723-c4f9d89",
84
- "@nx/js": "19.6.0-canary.20240723-c4f9d89",
85
- "@nx/eslint": "19.6.0-canary.20240723-c4f9d89",
86
- "@nx/webpack": "19.6.0-canary.20240723-c4f9d89",
87
- "@nx/web": "19.6.0-canary.20240723-c4f9d89",
88
- "@nx/workspace": "19.6.0-canary.20240723-c4f9d89",
83
+ "@nx/devkit": "19.6.0-canary.20240724-684d2a9",
84
+ "@nx/js": "19.6.0-canary.20240724-684d2a9",
85
+ "@nx/eslint": "19.6.0-canary.20240724-684d2a9",
86
+ "@nx/webpack": "19.6.0-canary.20240724-684d2a9",
87
+ "@nx/web": "19.6.0-canary.20240724-684d2a9",
88
+ "@nx/workspace": "19.6.0-canary.20240724-684d2a9",
89
89
  "piscina": "^4.4.0",
90
- "@nrwl/angular": "19.6.0-canary.20240723-c4f9d89"
90
+ "@nrwl/angular": "19.6.0-canary.20240724-684d2a9"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "@angular-devkit/build-angular": ">= 16.0.0 < 19.0.0",
94
94
  "@angular-devkit/core": ">= 16.0.0 < 19.0.0",
95
95
  "@angular-devkit/schematics": ">= 16.0.0 < 19.0.0",
96
96
  "@schematics/angular": ">= 16.0.0 < 19.0.0",
97
- "esbuild": "^0.19.2",
98
97
  "rxjs": "^6.5.3 || ^7.5.0"
99
98
  },
100
- "peerDependenciesMeta": {
101
- "esbuild": {
102
- "optional": true
103
- }
104
- },
105
99
  "publishConfig": {
106
100
  "access": "public"
107
101
  },
@@ -12,7 +12,7 @@ export declare const typesCorsVersion = "~2.8.5";
12
12
  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
- export declare const moduleFederationNodeVersion = "^2.3.0";
15
+ export declare const moduleFederationNodeVersion = "~2.4.0";
16
16
  export declare const moduleFederationEnhancedVersion = "~0.2.3";
17
17
  export declare const angularEslintVersion = "^18.0.1";
18
18
  export declare const typescriptEslintVersion = "^7.16.0";
@@ -15,7 +15,7 @@ exports.typesCorsVersion = '~2.8.5';
15
15
  exports.expressVersion = '~4.18.2';
16
16
  exports.typesExpressVersion = '4.17.14';
17
17
  exports.browserSyncVersion = '^3.0.0';
18
- exports.moduleFederationNodeVersion = '^2.3.0';
18
+ exports.moduleFederationNodeVersion = '~2.4.0';
19
19
  exports.moduleFederationEnhancedVersion = '~0.2.3';
20
20
  exports.angularEslintVersion = '^18.0.1';
21
21
  exports.typescriptEslintVersion = '^7.16.0';