@nx/angular 19.1.0-canary.20240521-1255603 → 19.1.0-canary.20240523-261b0ff

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "19.1.0-canary.20240521-1255603",
3
+ "version": "19.1.0-canary.20240523-261b0ff",
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": {
@@ -13,7 +13,8 @@
13
13
  "Angular",
14
14
  "Jest",
15
15
  "Cypress",
16
- "CLI"
16
+ "CLI",
17
+ "Front-end"
17
18
  ],
18
19
  "exports": {
19
20
  "./migrations.json": "./migrations.json",
@@ -78,14 +79,14 @@
78
79
  "tslib": "^2.3.0",
79
80
  "webpack": "^5.80.0",
80
81
  "webpack-merge": "^5.8.0",
81
- "@nx/devkit": "19.1.0-canary.20240521-1255603",
82
- "@nx/js": "19.1.0-canary.20240521-1255603",
83
- "@nx/eslint": "19.1.0-canary.20240521-1255603",
84
- "@nx/webpack": "19.1.0-canary.20240521-1255603",
85
- "@nx/web": "19.1.0-canary.20240521-1255603",
86
- "@nx/workspace": "19.1.0-canary.20240521-1255603",
82
+ "@nx/devkit": "19.1.0-canary.20240523-261b0ff",
83
+ "@nx/js": "19.1.0-canary.20240523-261b0ff",
84
+ "@nx/eslint": "19.1.0-canary.20240523-261b0ff",
85
+ "@nx/webpack": "19.1.0-canary.20240523-261b0ff",
86
+ "@nx/web": "19.1.0-canary.20240523-261b0ff",
87
+ "@nx/workspace": "19.1.0-canary.20240523-261b0ff",
87
88
  "piscina": "^4.4.0",
88
- "@nrwl/angular": "19.1.0-canary.20240521-1255603"
89
+ "@nrwl/angular": "19.1.0-canary.20240523-261b0ff"
89
90
  },
90
91
  "peerDependencies": {
91
92
  "@angular-devkit/build-angular": ">= 15.0.0 < 18.0.0",