@nx/angular 21.1.0 → 21.1.2
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/angular",
|
3
|
-
"version": "21.1.
|
3
|
+
"version": "21.1.2",
|
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": {
|
@@ -67,14 +67,14 @@
|
|
67
67
|
"semver": "^7.5.3",
|
68
68
|
"tslib": "^2.3.0",
|
69
69
|
"webpack-merge": "^5.8.0",
|
70
|
-
"@nx/devkit": "21.1.
|
71
|
-
"@nx/js": "21.1.
|
72
|
-
"@nx/eslint": "21.1.
|
73
|
-
"@nx/webpack": "21.1.
|
74
|
-
"@nx/rspack": "21.1.
|
75
|
-
"@nx/module-federation": "21.1.
|
76
|
-
"@nx/web": "21.1.
|
77
|
-
"@nx/workspace": "21.1.
|
70
|
+
"@nx/devkit": "21.1.2",
|
71
|
+
"@nx/js": "21.1.2",
|
72
|
+
"@nx/eslint": "21.1.2",
|
73
|
+
"@nx/webpack": "21.1.2",
|
74
|
+
"@nx/rspack": "21.1.2",
|
75
|
+
"@nx/module-federation": "21.1.2",
|
76
|
+
"@nx/web": "21.1.2",
|
77
|
+
"@nx/workspace": "21.1.2",
|
78
78
|
"piscina": "^4.4.0"
|
79
79
|
},
|
80
80
|
"peerDependencies": {
|