@nrwl/react 15.3.0-beta.1 → 15.3.0-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/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [15.3.0-beta.1](https://github.com/nrwl/nx/compare/15.2.0...15.3.0-beta.1) (2022-11-24)
6
+ # [15.3.0-beta.3](https://github.com/nrwl/nx/compare/15.2.0...15.3.0-beta.3) (2022-11-28)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/react
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/react",
3
- "version": "15.3.0-beta.1",
3
+ "version": "15.3.0-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, 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": {
@@ -33,16 +33,16 @@
33
33
  "dependencies": {
34
34
  "@babel/core": "^7.15.0",
35
35
  "@babel/preset-react": "^7.14.5",
36
- "@nrwl/cypress": "15.3.0-beta.1",
37
- "@nrwl/devkit": "15.3.0-beta.1",
38
- "@nrwl/jest": "15.3.0-beta.1",
39
- "@nrwl/js": "15.3.0-beta.1",
40
- "@nrwl/linter": "15.3.0-beta.1",
41
- "@nrwl/storybook": "15.3.0-beta.1",
42
- "@nrwl/vite": "15.3.0-beta.1",
43
- "@nrwl/web": "15.3.0-beta.1",
44
- "@nrwl/webpack": "15.3.0-beta.1",
45
- "@nrwl/workspace": "15.3.0-beta.1",
36
+ "@nrwl/cypress": "15.3.0-beta.3",
37
+ "@nrwl/devkit": "15.3.0-beta.3",
38
+ "@nrwl/jest": "15.3.0-beta.3",
39
+ "@nrwl/js": "15.3.0-beta.3",
40
+ "@nrwl/linter": "15.3.0-beta.3",
41
+ "@nrwl/storybook": "15.3.0-beta.3",
42
+ "@nrwl/vite": "15.3.0-beta.3",
43
+ "@nrwl/web": "15.3.0-beta.3",
44
+ "@nrwl/webpack": "15.3.0-beta.3",
45
+ "@nrwl/workspace": "15.3.0-beta.3",
46
46
  "@phenomnomnominal/tsquery": "4.1.1",
47
47
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
48
48
  "@svgr/webpack": "^6.1.2",
@@ -62,5 +62,5 @@
62
62
  "access": "public"
63
63
  },
64
64
  "types": "./index.d.ts",
65
- "gitHead": "2d43fddb87f6044faf72cb3d3bc7ca82d36b3237"
65
+ "gitHead": "61f6e2d7287beaac1993e32f3fe18703d2c63e41"
66
66
  }
@@ -183,7 +183,6 @@
183
183
  },
184
184
  "bundler": {
185
185
  "description": "The bundler to use.",
186
- "type": "string",
187
186
  "enum": ["vite", "webpack"],
188
187
  "x-prompt": "Which bundler do you want to use?",
189
188
  "default": "webpack"