@nx/react 21.5.0-canary.20250902-92bd11a → 21.5.1-beta.3
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.
- package/README.md +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
# Nx: Smart Repos · Fast Builds
|
24
24
|
|
25
|
-
|
25
|
+
Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
|
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.5.
|
3
|
+
"version": "21.5.1-beta.3",
|
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,19 +38,19 @@
|
|
38
38
|
"minimatch": "9.0.3",
|
39
39
|
"picocolors": "^1.1.0",
|
40
40
|
"tslib": "^2.3.0",
|
41
|
-
"@nx/devkit": "21.5.
|
42
|
-
"@nx/js": "21.5.
|
43
|
-
"@nx/eslint": "21.5.
|
44
|
-
"@nx/web": "21.5.
|
45
|
-
"@nx/vite": "21.5.
|
46
|
-
"@nx/module-federation": "21.5.
|
47
|
-
"@nx/rollup": "21.5.
|
41
|
+
"@nx/devkit": "21.5.1-beta.3",
|
42
|
+
"@nx/js": "21.5.1-beta.3",
|
43
|
+
"@nx/eslint": "21.5.1-beta.3",
|
44
|
+
"@nx/web": "21.5.1-beta.3",
|
45
|
+
"@nx/vite": "21.5.1-beta.3",
|
46
|
+
"@nx/module-federation": "21.5.1-beta.3",
|
47
|
+
"@nx/rollup": "21.5.1-beta.3",
|
48
48
|
"express": "^4.21.2",
|
49
49
|
"http-proxy-middleware": "^3.0.5",
|
50
50
|
"semver": "^7.6.3"
|
51
51
|
},
|
52
52
|
"devDependencies": {
|
53
|
-
"nx": "21.5.
|
53
|
+
"nx": "21.5.1-beta.3"
|
54
54
|
},
|
55
55
|
"publishConfig": {
|
56
56
|
"access": "public"
|