@nx/angular 18.2.0-canary.20240321-2a4c57d → 18.2.0-canary.20240323-54d4780

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +8 -8
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  (The MIT License)
2
2
 
3
- Copyright (c) 2017-2023 Narwhal Technologies Inc.
3
+ Copyright (c) 2017-2024 Narwhal Technologies Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "18.2.0-canary.20240321-2a4c57d",
3
+ "version": "18.2.0-canary.20240323-54d4780",
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- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -78,14 +78,14 @@
78
78
  "tslib": "^2.3.0",
79
79
  "webpack": "^5.80.0",
80
80
  "webpack-merge": "^5.8.0",
81
- "@nx/devkit": "18.2.0-canary.20240321-2a4c57d",
82
- "@nx/js": "18.2.0-canary.20240321-2a4c57d",
83
- "@nx/eslint": "18.2.0-canary.20240321-2a4c57d",
84
- "@nx/webpack": "18.2.0-canary.20240321-2a4c57d",
85
- "@nx/web": "18.2.0-canary.20240321-2a4c57d",
86
- "@nx/workspace": "18.2.0-canary.20240321-2a4c57d",
81
+ "@nx/devkit": "18.2.0-canary.20240323-54d4780",
82
+ "@nx/js": "18.2.0-canary.20240323-54d4780",
83
+ "@nx/eslint": "18.2.0-canary.20240323-54d4780",
84
+ "@nx/webpack": "18.2.0-canary.20240323-54d4780",
85
+ "@nx/web": "18.2.0-canary.20240323-54d4780",
86
+ "@nx/workspace": "18.2.0-canary.20240323-54d4780",
87
87
  "piscina": "^4.4.0",
88
- "@nrwl/angular": "18.2.0-canary.20240321-2a4c57d"
88
+ "@nrwl/angular": "18.2.0-canary.20240323-54d4780"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "@angular-devkit/build-angular": ">= 15.0.0 < 18.0.0",