@nrwl/react 13.3.0-beta.8 → 13.3.0-rc.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": "@nrwl/react",
3
- "version": "13.3.0-beta.8",
3
+ "version": "13.3.0-rc.1",
4
4
  "description": "React Plugin for Nx",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,13 +31,13 @@
31
31
  "dependencies": {
32
32
  "@babel/core": "^7.15.0",
33
33
  "@babel/preset-react": "^7.14.5",
34
- "@nrwl/cypress": "13.3.0-beta.8",
35
- "@nrwl/devkit": "13.3.0-beta.8",
36
- "@nrwl/jest": "13.3.0-beta.8",
37
- "@nrwl/linter": "13.3.0-beta.8",
38
- "@nrwl/storybook": "13.3.0-beta.8",
39
- "@nrwl/web": "13.3.0-beta.8",
40
- "@nrwl/workspace": "13.3.0-beta.8",
34
+ "@nrwl/cypress": "13.3.0-rc.1",
35
+ "@nrwl/devkit": "13.3.0-rc.1",
36
+ "@nrwl/jest": "13.3.0-rc.1",
37
+ "@nrwl/linter": "13.3.0-rc.1",
38
+ "@nrwl/storybook": "13.3.0-rc.1",
39
+ "@nrwl/web": "13.3.0-rc.1",
40
+ "@nrwl/workspace": "13.3.0-rc.1",
41
41
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
42
42
  "@svgr/webpack": "^5.5.0",
43
43
  "chalk": "4.1.0",
@@ -13,8 +13,8 @@ export function App() {
13
13
  return (
14
14
  <>
15
15
  <NxWelcome title="<%= projectName %>"/>
16
- </>
17
- );
16
+ <div />
17
+ </>);
18
18
  <% if (classComponent) { %>
19
19
  }
20
20
  }
@@ -11,10 +11,10 @@ export class App extends Component {
11
11
  export function App() {
12
12
  <% } %>
13
13
  return (
14
- <>
15
- <NxWelcome title="<%= projectName %>"/>
16
- </>
17
- );
14
+ <>
15
+ <NxWelcome title="<%= projectName %>"/>
16
+ <div />
17
+ </>);
18
18
  <% if (classComponent) { %>
19
19
  }
20
20
  }
@@ -12,8 +12,8 @@ export function App() {
12
12
  return (
13
13
  <>
14
14
  <NxWelcome title="<%= projectName %>"/>
15
- </>
16
- );
15
+ <div />
16
+ </>);
17
17
  <% if (classComponent) { %>
18
18
  }
19
19
  }
@@ -15,11 +15,9 @@ export class App extends Component {
15
15
  export function App() {
16
16
  <% } %>
17
17
  return (
18
- <>
19
18
  <StyledApp>
20
19
  <NxWelcome title="<%= projectName %>"/>
21
20
  </StyledApp>
22
- </>
23
21
  );
24
22
  <% if (classComponent) { %>
25
23
  }
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.babelPluginStyledComponentsVersion = exports.eslintPluginReactHooksVersion = exports.eslintPluginReactVersion = exports.eslintPluginJsxA11yVersion = exports.eslintPluginImportVersion = exports.reactTestRendererVersion = exports.reactReduxVersion = exports.reduxjsToolkitVersion = exports.testingLibraryReactHooksVersion = exports.testingLibraryReactVersion = exports.typesReactRouterDomVersion = exports.reactRouterDomVersion = exports.styledJsxVersion = exports.emotionBabelPlugin = exports.emotionReactVersion = exports.emotionStyledVersion = exports.typesStyledComponentsVersion = exports.styledComponentsVersion = exports.typesReactIsVersion = exports.typesReactDomVersion = exports.typesReactVersion = exports.reactIsVersion = exports.reactDomVersion = exports.reactVersion = exports.nxVersion = void 0;
4
- exports.nxVersion = '13.3.0-beta.8';
4
+ exports.nxVersion = '13.3.0-rc.1';
5
5
  exports.reactVersion = '17.0.2';
6
6
  exports.reactDomVersion = '17.0.2';
7
7
  exports.reactIsVersion = '17.0.2';