@nx/react 19.5.7 → 19.6.0-beta.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/react",
3
- "version": "19.5.7",
3
+ "version": "19.6.0-beta.1",
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": {
@@ -39,11 +39,11 @@
39
39
  "minimatch": "9.0.3",
40
40
  "tslib": "^2.3.0",
41
41
  "@module-federation/enhanced": "~0.2.3",
42
- "@nx/devkit": "19.5.7",
43
- "@nx/js": "19.5.7",
44
- "@nx/eslint": "19.5.7",
45
- "@nx/web": "19.5.7",
46
- "@nrwl/react": "19.5.7"
42
+ "@nx/devkit": "19.6.0-beta.1",
43
+ "@nx/js": "19.6.0-beta.1",
44
+ "@nx/eslint": "19.6.0-beta.1",
45
+ "@nx/web": "19.6.0-beta.1",
46
+ "@nrwl/react": "19.6.0-beta.1"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
@@ -105,7 +105,7 @@ async function applicationGeneratorInternal(host, schema) {
105
105
  if (!options.rootProject) {
106
106
  (0, create_ts_config_1.extractTsConfigBase)(host);
107
107
  }
108
- (0, create_application_files_1.createApplicationFiles)(host, options);
108
+ await (0, create_application_files_1.createApplicationFiles)(host, options);
109
109
  (0, add_project_1.addProject)(host, options);
110
110
  if (options.style === 'tailwind') {
111
111
  const twTask = await (0, setup_tailwind_1.setupTailwindGenerator)(host, {