@nx/angular 17.2.0-rc.2 → 17.2.1

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.
Files changed (2) hide show
  1. package/migrations.json +4 -0
  2. package/package.json +10 -10
package/migrations.json CHANGED
@@ -1433,6 +1433,10 @@
1433
1433
  "version": "~17.0.0",
1434
1434
  "alwaysAddToPackageJson": false
1435
1435
  },
1436
+ "@angular/pwa": {
1437
+ "version": "~17.0.0",
1438
+ "alwaysAddToPackageJson": false
1439
+ },
1436
1440
  "@angular/core": {
1437
1441
  "version": "~17.0.0",
1438
1442
  "alwaysAddToPackageJson": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "17.2.0-rc.2",
3
+ "version": "17.2.1",
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, 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- Upgrading AngularJS applications \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -78,15 +78,15 @@
78
78
  "tslib": "^2.3.0",
79
79
  "webpack": "^5.80.0",
80
80
  "webpack-merge": "^5.8.0",
81
- "@nx/devkit": "17.2.0-rc.2",
82
- "@nx/cypress": "17.2.0-rc.2",
83
- "@nx/jest": "17.2.0-rc.2",
84
- "@nx/js": "17.2.0-rc.2",
85
- "@nx/eslint": "17.2.0-rc.2",
86
- "@nx/webpack": "17.2.0-rc.2",
87
- "@nx/web": "17.2.0-rc.2",
88
- "@nx/workspace": "17.2.0-rc.2",
89
- "@nrwl/angular": "17.2.0-rc.2"
81
+ "@nx/devkit": "17.2.1",
82
+ "@nx/cypress": "17.2.1",
83
+ "@nx/jest": "17.2.1",
84
+ "@nx/js": "17.2.1",
85
+ "@nx/eslint": "17.2.1",
86
+ "@nx/webpack": "17.2.1",
87
+ "@nx/web": "17.2.1",
88
+ "@nx/workspace": "17.2.1",
89
+ "@nrwl/angular": "17.2.1"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@angular-devkit/build-angular": ">= 15.0.0 < 18.0.0",