@nx/react 21.2.0-canary.20250604-283ec76 → 21.2.0-canary.20250606-c43d2f2

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/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  # Nx: Smart Repos · Fast Builds
24
24
 
25
- Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
25
+ An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
26
26
 
27
27
  This package is a [React plugin for Nx](https://nx.dev/nx-api/react).
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/react",
3
- "version": "21.2.0-canary.20250604-283ec76",
3
+ "version": "21.2.0-canary.20250606-c43d2f2",
4
4
  "private": false,
5
5
  "description": "The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Vitest, Playwright, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -38,11 +38,11 @@
38
38
  "minimatch": "9.0.3",
39
39
  "picocolors": "^1.1.0",
40
40
  "tslib": "^2.3.0",
41
- "@nx/devkit": "21.2.0-canary.20250604-283ec76",
42
- "@nx/js": "21.2.0-canary.20250604-283ec76",
43
- "@nx/eslint": "21.2.0-canary.20250604-283ec76",
44
- "@nx/web": "21.2.0-canary.20250604-283ec76",
45
- "@nx/module-federation": "21.2.0-canary.20250604-283ec76",
41
+ "@nx/devkit": "21.2.0-canary.20250606-c43d2f2",
42
+ "@nx/js": "21.2.0-canary.20250606-c43d2f2",
43
+ "@nx/eslint": "21.2.0-canary.20250606-c43d2f2",
44
+ "@nx/web": "21.2.0-canary.20250606-c43d2f2",
45
+ "@nx/module-federation": "21.2.0-canary.20250606-c43d2f2",
46
46
  "express": "^4.21.2",
47
47
  "http-proxy-middleware": "^3.0.3",
48
48
  "semver": "^7.6.3"