@nrwl/react 20.0.0-beta.0 → 20.0.0-canary.20240924-3e1a879

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/react",
3
- "version": "20.0.0-beta.0",
3
+ "version": "20.0.0-canary.20240924-3e1a879",
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, 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": {
@@ -27,7 +27,7 @@
27
27
  "builders": "./executors.json",
28
28
  "schematics": "./generators.json",
29
29
  "dependencies": {
30
- "@nx/react": "20.0.0-beta.0"
30
+ "@nx/react": "20.0.0-canary.20240924-3e1a879"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"