@nx/angular 20.0.0-canary.20240925-6182d20 → 20.0.0-canary.20240926-529ab94
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
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.20240926-529ab94",
|
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,14 +80,14 @@
|
|
80
80
|
"webpack-merge": "^5.8.0",
|
81
81
|
"webpack": "^5.88.0",
|
82
82
|
"@module-federation/enhanced": "~0.6.0",
|
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.
|
83
|
+
"@nx/devkit": "20.0.0-canary.20240926-529ab94",
|
84
|
+
"@nx/js": "20.0.0-canary.20240926-529ab94",
|
85
|
+
"@nx/eslint": "20.0.0-canary.20240926-529ab94",
|
86
|
+
"@nx/webpack": "20.0.0-canary.20240926-529ab94",
|
87
|
+
"@nx/web": "20.0.0-canary.20240926-529ab94",
|
88
|
+
"@nx/workspace": "20.0.0-canary.20240926-529ab94",
|
89
89
|
"piscina": "^4.4.0",
|
90
|
-
"@nrwl/angular": "20.0.0-canary.
|
90
|
+
"@nrwl/angular": "20.0.0-canary.20240926-529ab94"
|
91
91
|
},
|
92
92
|
"peerDependencies": {
|
93
93
|
"@angular-devkit/build-angular": ">= 16.0.0 < 19.0.0",
|