@nx/react 16.10.0-beta.1 → 16.10.0-beta.2

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": "16.10.0-beta.1",
3
+ "version": "16.10.0-beta.2",
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": {
@@ -37,11 +37,11 @@
37
37
  "file-loader": "^6.2.0",
38
38
  "minimatch": "3.0.5",
39
39
  "tslib": "^2.3.0",
40
- "@nx/devkit": "16.10.0-beta.1",
41
- "@nx/js": "16.10.0-beta.1",
42
- "@nx/linter": "16.10.0-beta.1",
43
- "@nx/web": "16.10.0-beta.1",
44
- "@nrwl/react": "16.10.0-beta.1"
40
+ "@nx/devkit": "16.10.0-beta.2",
41
+ "@nx/js": "16.10.0-beta.2",
42
+ "@nx/linter": "16.10.0-beta.2",
43
+ "@nx/web": "16.10.0-beta.2",
44
+ "@nrwl/react": "16.10.0-beta.2"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"
@@ -170,7 +170,7 @@
170
170
  "typescriptConfiguration": {
171
171
  "type": "boolean",
172
172
  "description": "Whether the module federation configuration and webpack configuration files should use TS.",
173
- "default": true
173
+ "default": false
174
174
  }
175
175
  },
176
176
  "required": ["name"],
@@ -168,7 +168,7 @@
168
168
  "typescriptConfiguration": {
169
169
  "type": "boolean",
170
170
  "description": "Whether the module federation configuration and webpack configuration files should use TS.",
171
- "default": true
171
+ "default": false
172
172
  }
173
173
  },
174
174
  "required": ["name"],