@nrwl/react 14.2.3 → 14.2.4

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
- ## [14.2.3](https://github.com/nrwl/nx/compare/14.2.2...14.2.3) (2022-06-09)
6
+ ## [14.2.4](https://github.com/nrwl/nx/compare/14.2.2...14.2.4) (2022-06-09)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/react
package/migrations.json CHANGED
@@ -430,6 +430,43 @@
430
430
  "alwaysAddToPackageJson": false
431
431
  }
432
432
  }
433
+ },
434
+ "14.2.3": {
435
+ "version": "14.2.3-beta.0",
436
+ "packages": {
437
+ "@types/react": {
438
+ "version": "18.0.12",
439
+ "alwaysAddToPackageJson": false
440
+ },
441
+ "@types/react-dom": {
442
+ "version": "18.0.5",
443
+ "alwaysAddToPackageJson": false
444
+ },
445
+ "@types/node": {
446
+ "version": "17.0.41",
447
+ "alwaysAddToPackageJson": false
448
+ },
449
+ "styled-jsx": {
450
+ "version": "5.0.2",
451
+ "alwaysAddToPackageJson": false
452
+ },
453
+ "@testing-library/react": {
454
+ "version": "13.3.0",
455
+ "alwaysAddToPackageJson": false
456
+ },
457
+ "@reduxjs/toolkit": {
458
+ "version": "1.8.2",
459
+ "alwaysAddToPackageJson": false
460
+ },
461
+ "react-redux": {
462
+ "version": "8.0.2",
463
+ "alwaysAddToPackageJson": false
464
+ },
465
+ "eslint-plugin-react": {
466
+ "version": "7.30.0",
467
+ "alwaysAddToPackageJson": false
468
+ }
469
+ }
433
470
  }
434
471
  }
435
472
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/react",
3
- "version": "14.2.3",
3
+ "version": "14.2.4",
4
4
  "description": "The React plugin 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.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,14 +32,14 @@
32
32
  "dependencies": {
33
33
  "@babel/core": "^7.15.0",
34
34
  "@babel/preset-react": "^7.14.5",
35
- "@nrwl/cypress": "14.2.3",
36
- "@nrwl/devkit": "14.2.3",
37
- "@nrwl/jest": "14.2.3",
38
- "@nrwl/js": "14.2.3",
39
- "@nrwl/linter": "14.2.3",
40
- "@nrwl/storybook": "14.2.3",
41
- "@nrwl/web": "14.2.3",
42
- "@nrwl/workspace": "14.2.3",
35
+ "@nrwl/cypress": "14.2.4",
36
+ "@nrwl/devkit": "14.2.4",
37
+ "@nrwl/jest": "14.2.4",
38
+ "@nrwl/js": "14.2.4",
39
+ "@nrwl/linter": "14.2.4",
40
+ "@nrwl/storybook": "14.2.4",
41
+ "@nrwl/web": "14.2.4",
42
+ "@nrwl/workspace": "14.2.4",
43
43
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
44
44
  "@storybook/node-logger": "6.1.20",
45
45
  "@svgr/webpack": "^6.1.2",
@@ -54,5 +54,5 @@
54
54
  "webpack": "^5.58.1",
55
55
  "webpack-merge": "^5.8.0"
56
56
  },
57
- "gitHead": "48246e8ba71770e0903774e513d528447af944d3"
57
+ "gitHead": "3e3ab094cf1a7cc7c126919622cc7dac011ddd97"
58
58
  }
@@ -2,8 +2,8 @@ export declare const nxVersion: any;
2
2
  export declare const reactVersion = "18.1.0";
3
3
  export declare const reactDomVersion = "18.1.0";
4
4
  export declare const reactIsVersion = "18.1.0";
5
- export declare const typesReactVersion = "18.0.8";
6
- export declare const typesReactDomVersion = "18.0.3";
5
+ export declare const typesReactVersion = "18.0.12";
6
+ export declare const typesReactDomVersion = "18.0.5";
7
7
  export declare const typesReactIsVersion = "17.0.3";
8
8
  export declare const typesNodeVersion = "16.11.7";
9
9
  export declare const styledComponentsVersion = "5.3.5";
@@ -11,15 +11,15 @@ export declare const typesStyledComponentsVersion = "5.1.25";
11
11
  export declare const emotionStyledVersion = "11.8.1";
12
12
  export declare const emotionReactVersion = "11.9.0";
13
13
  export declare const emotionBabelPlugin = "11.9.2";
14
- export declare const styledJsxVersion = "5.0.1";
14
+ export declare const styledJsxVersion = "5.0.2";
15
15
  export declare const reactRouterDomVersion = "6.3.0";
16
16
  export declare const typesReactRouterDomVersion = "5.3.3";
17
- export declare const testingLibraryReactVersion = "13.1.1";
18
- export declare const reduxjsToolkitVersion = "1.8.1";
19
- export declare const reactReduxVersion = "8.0.1";
17
+ export declare const testingLibraryReactVersion = "13.3.0";
18
+ export declare const reduxjsToolkitVersion = "1.8.2";
19
+ export declare const reactReduxVersion = "8.0.2";
20
20
  export declare const reactTestRendererVersion = "18.1.0";
21
21
  export declare const eslintPluginImportVersion = "2.26.0";
22
22
  export declare const eslintPluginJsxA11yVersion = "6.5.1";
23
- export declare const eslintPluginReactVersion = "7.29.4";
23
+ export declare const eslintPluginReactVersion = "7.30.0";
24
24
  export declare const eslintPluginReactHooksVersion = "4.5.0";
25
25
  export declare const babelPluginStyledComponentsVersion = "1.10.7";
@@ -5,8 +5,8 @@ exports.nxVersion = require('../../package.json').version;
5
5
  exports.reactVersion = '18.1.0';
6
6
  exports.reactDomVersion = '18.1.0';
7
7
  exports.reactIsVersion = '18.1.0';
8
- exports.typesReactVersion = '18.0.8';
9
- exports.typesReactDomVersion = '18.0.3';
8
+ exports.typesReactVersion = '18.0.12';
9
+ exports.typesReactDomVersion = '18.0.5';
10
10
  exports.typesReactIsVersion = '17.0.3';
11
11
  exports.typesNodeVersion = '16.11.7';
12
12
  exports.styledComponentsVersion = '5.3.5';
@@ -15,16 +15,16 @@ exports.emotionStyledVersion = '11.8.1';
15
15
  exports.emotionReactVersion = '11.9.0';
16
16
  exports.emotionBabelPlugin = '11.9.2';
17
17
  // WARNING: This needs to be in sync with Next.js' dependency or else there might be issues.
18
- exports.styledJsxVersion = '5.0.1';
18
+ exports.styledJsxVersion = '5.0.2';
19
19
  exports.reactRouterDomVersion = '6.3.0';
20
20
  exports.typesReactRouterDomVersion = '5.3.3';
21
- exports.testingLibraryReactVersion = '13.1.1';
22
- exports.reduxjsToolkitVersion = '1.8.1';
23
- exports.reactReduxVersion = '8.0.1';
21
+ exports.testingLibraryReactVersion = '13.3.0';
22
+ exports.reduxjsToolkitVersion = '1.8.2';
23
+ exports.reactReduxVersion = '8.0.2';
24
24
  exports.reactTestRendererVersion = '18.1.0';
25
25
  exports.eslintPluginImportVersion = '2.26.0';
26
26
  exports.eslintPluginJsxA11yVersion = '6.5.1';
27
- exports.eslintPluginReactVersion = '7.29.4';
27
+ exports.eslintPluginReactVersion = '7.30.0';
28
28
  exports.eslintPluginReactHooksVersion = '4.5.0';
29
29
  exports.babelPluginStyledComponentsVersion = '1.10.7';
30
30
  //# sourceMappingURL=versions.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/react/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC,OAAO,CAAC;AAElD,QAAA,YAAY,GAAG,QAAQ,CAAC;AACxB,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,cAAc,GAAG,QAAQ,CAAC;AAC1B,QAAA,iBAAiB,GAAG,QAAQ,CAAC;AAC7B,QAAA,oBAAoB,GAAG,QAAQ,CAAC;AAChC,QAAA,mBAAmB,GAAG,QAAQ,CAAC;AAE/B,QAAA,gBAAgB,GAAG,SAAS,CAAC;AAE7B,QAAA,uBAAuB,GAAG,OAAO,CAAC;AAClC,QAAA,4BAA4B,GAAG,QAAQ,CAAC;AAExC,QAAA,oBAAoB,GAAG,QAAQ,CAAC;AAChC,QAAA,mBAAmB,GAAG,QAAQ,CAAC;AAC/B,QAAA,kBAAkB,GAAG,QAAQ,CAAC;AAE3C,4FAA4F;AAC/E,QAAA,gBAAgB,GAAG,OAAO,CAAC;AAE3B,QAAA,qBAAqB,GAAG,OAAO,CAAC;AAChC,QAAA,0BAA0B,GAAG,OAAO,CAAC;AAErC,QAAA,0BAA0B,GAAG,QAAQ,CAAC;AAEtC,QAAA,qBAAqB,GAAG,OAAO,CAAC;AAChC,QAAA,iBAAiB,GAAG,OAAO,CAAC;AAC5B,QAAA,wBAAwB,GAAG,QAAQ,CAAC;AAEpC,QAAA,yBAAyB,GAAG,QAAQ,CAAC;AACrC,QAAA,0BAA0B,GAAG,OAAO,CAAC;AACrC,QAAA,wBAAwB,GAAG,QAAQ,CAAC;AACpC,QAAA,6BAA6B,GAAG,OAAO,CAAC;AAExC,QAAA,kCAAkC,GAAG,QAAQ,CAAC"}
1
+ {"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/react/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC,OAAO,CAAC;AAElD,QAAA,YAAY,GAAG,QAAQ,CAAC;AACxB,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,cAAc,GAAG,QAAQ,CAAC;AAC1B,QAAA,iBAAiB,GAAG,SAAS,CAAC;AAC9B,QAAA,oBAAoB,GAAG,QAAQ,CAAC;AAChC,QAAA,mBAAmB,GAAG,QAAQ,CAAC;AAE/B,QAAA,gBAAgB,GAAG,SAAS,CAAC;AAE7B,QAAA,uBAAuB,GAAG,OAAO,CAAC;AAClC,QAAA,4BAA4B,GAAG,QAAQ,CAAC;AAExC,QAAA,oBAAoB,GAAG,QAAQ,CAAC;AAChC,QAAA,mBAAmB,GAAG,QAAQ,CAAC;AAC/B,QAAA,kBAAkB,GAAG,QAAQ,CAAC;AAE3C,4FAA4F;AAC/E,QAAA,gBAAgB,GAAG,OAAO,CAAC;AAE3B,QAAA,qBAAqB,GAAG,OAAO,CAAC;AAChC,QAAA,0BAA0B,GAAG,OAAO,CAAC;AAErC,QAAA,0BAA0B,GAAG,QAAQ,CAAC;AAEtC,QAAA,qBAAqB,GAAG,OAAO,CAAC;AAChC,QAAA,iBAAiB,GAAG,OAAO,CAAC;AAC5B,QAAA,wBAAwB,GAAG,QAAQ,CAAC;AAEpC,QAAA,yBAAyB,GAAG,QAAQ,CAAC;AACrC,QAAA,0BAA0B,GAAG,OAAO,CAAC;AACrC,QAAA,wBAAwB,GAAG,QAAQ,CAAC;AACpC,QAAA,6BAA6B,GAAG,OAAO,CAAC;AAExC,QAAA,kCAAkC,GAAG,QAAQ,CAAC"}