@nx/react 16.8.0-beta.0 → 16.8.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": "16.8.0-beta.0",
3
+ "version": "16.8.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, 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": {
@@ -31,11 +31,11 @@
31
31
  "migrations": "./migrations.json"
32
32
  },
33
33
  "dependencies": {
34
- "@nrwl/react": "16.8.0-beta.0",
35
- "@nx/devkit": "16.8.0-beta.0",
36
- "@nx/js": "16.8.0-beta.0",
37
- "@nx/linter": "16.8.0-beta.0",
38
- "@nx/web": "16.8.0-beta.0",
34
+ "@nrwl/react": "16.8.0-beta.1",
35
+ "@nx/devkit": "16.8.0-beta.1",
36
+ "@nx/js": "16.8.0-beta.1",
37
+ "@nx/linter": "16.8.0-beta.1",
38
+ "@nx/web": "16.8.0-beta.1",
39
39
  "@phenomnomnominal/tsquery": "~5.0.1",
40
40
  "@svgr/webpack": "^8.0.1",
41
41
  "chalk": "^4.1.0",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "type": "commonjs",
50
- "gitHead": "818352404283c1d34ab303d91b3bd16474f54916"
50
+ "gitHead": "231a998e004c13e559c171ba6c164a9127886153"
51
51
  }
@@ -158,7 +158,6 @@
158
158
  "devServerPort": {
159
159
  "type": "number",
160
160
  "description": "The port for the dev server of the remote app.",
161
- "default": 4200,
162
161
  "x-priority": "important"
163
162
  },
164
163
  "ssr": {