@nx/angular 19.2.0-canary.20240528-7f11a1d → 19.2.0-canary.20240530-316dcb9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
26
26
 
27
- This package is an [Angular plugin for Nx](https://nx.dev/packages/angular).
27
+ This package is an [Angular plugin for Nx](https://nx.dev/nx-api/angular).
28
28
 
29
29
  ## Getting Started
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "19.2.0-canary.20240528-7f11a1d",
3
+ "version": "19.2.0-canary.20240530-316dcb9",
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,14 +79,14 @@
79
79
  "tslib": "^2.3.0",
80
80
  "webpack": "^5.80.0",
81
81
  "webpack-merge": "^5.8.0",
82
- "@nx/devkit": "19.2.0-canary.20240528-7f11a1d",
83
- "@nx/js": "19.2.0-canary.20240528-7f11a1d",
84
- "@nx/eslint": "19.2.0-canary.20240528-7f11a1d",
85
- "@nx/webpack": "19.2.0-canary.20240528-7f11a1d",
86
- "@nx/web": "19.2.0-canary.20240528-7f11a1d",
87
- "@nx/workspace": "19.2.0-canary.20240528-7f11a1d",
82
+ "@nx/devkit": "19.2.0-canary.20240530-316dcb9",
83
+ "@nx/js": "19.2.0-canary.20240530-316dcb9",
84
+ "@nx/eslint": "19.2.0-canary.20240530-316dcb9",
85
+ "@nx/webpack": "19.2.0-canary.20240530-316dcb9",
86
+ "@nx/web": "19.2.0-canary.20240530-316dcb9",
87
+ "@nx/workspace": "19.2.0-canary.20240530-316dcb9",
88
88
  "piscina": "^4.4.0",
89
- "@nrwl/angular": "19.2.0-canary.20240528-7f11a1d"
89
+ "@nrwl/angular": "19.2.0-canary.20240530-316dcb9"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@angular-devkit/build-angular": ">= 16.0.0 < 19.0.0",