@nrwl/react 14.6.0-beta.1 → 14.6.0-beta.5

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,14 @@
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.6.0-beta.1](https://github.com/nrwl/nx/compare/14.5.4...14.6.0-beta.1) (2022-08-11)
6
+ # [14.6.0-beta.5](https://github.com/nrwl/nx/compare/14.5.7...14.6.0-beta.5) (2022-08-18)
7
+
8
+ **Note:** Version bump only for package @nrwl/react
9
+
10
+
11
+
12
+
13
+
14
+ ## [14.5.7](https://github.com/nrwl/nx/compare/14.5.6...14.5.7) (2022-08-17)
7
15
 
8
16
  **Note:** Version bump only for package @nrwl/react
package/migrations.json CHANGED
@@ -614,6 +614,27 @@
614
614
  "alwaysAddToPackageJson": false
615
615
  }
616
616
  }
617
+ },
618
+ "14.5.7": {
619
+ "version": "14.5.7-beta.0",
620
+ "packages": {
621
+ "@types/node": {
622
+ "version": "18.7.5",
623
+ "alwaysAddToPackageJson": false
624
+ },
625
+ "@types/styled-components": {
626
+ "version": "5.1.26",
627
+ "alwaysAddToPackageJson": false
628
+ },
629
+ "styled-jsx": {
630
+ "version": "5.0.4",
631
+ "alwaysAddToPackageJson": false
632
+ },
633
+ "@reduxjs/toolkit": {
634
+ "version": "1.8.4",
635
+ "alwaysAddToPackageJson": false
636
+ }
637
+ }
617
638
  }
618
639
  }
619
640
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/react",
3
- "version": "14.6.0-beta.1",
3
+ "version": "14.6.0-beta.5",
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.6.0-beta.1",
36
- "@nrwl/devkit": "14.6.0-beta.1",
37
- "@nrwl/jest": "14.6.0-beta.1",
38
- "@nrwl/js": "14.6.0-beta.1",
39
- "@nrwl/linter": "14.6.0-beta.1",
40
- "@nrwl/storybook": "14.6.0-beta.1",
41
- "@nrwl/web": "14.6.0-beta.1",
42
- "@nrwl/workspace": "14.6.0-beta.1",
35
+ "@nrwl/cypress": "14.6.0-beta.5",
36
+ "@nrwl/devkit": "14.6.0-beta.5",
37
+ "@nrwl/jest": "14.6.0-beta.5",
38
+ "@nrwl/js": "14.6.0-beta.5",
39
+ "@nrwl/linter": "14.6.0-beta.5",
40
+ "@nrwl/storybook": "14.6.0-beta.5",
41
+ "@nrwl/web": "14.6.0-beta.5",
42
+ "@nrwl/workspace": "14.6.0-beta.5",
43
43
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
44
44
  "@svgr/webpack": "^6.1.2",
45
45
  "chalk": "4.1.0",
@@ -54,5 +54,5 @@
54
54
  "webpack": "^5.58.1",
55
55
  "webpack-merge": "^5.8.0"
56
56
  },
57
- "gitHead": "918ddf6d4b93849e3925b00f0e95457727cf3972"
57
+ "gitHead": "15d83258fe3b9e0c4143d937868f77f040e30bb0"
58
58
  }
@@ -5,17 +5,17 @@ export declare const reactIsVersion = "18.2.0";
5
5
  export declare const typesReactVersion = "18.0.17";
6
6
  export declare const typesReactDomVersion = "18.0.6";
7
7
  export declare const typesReactIsVersion = "17.0.3";
8
- export declare const typesNodeVersion = "18.6.5";
8
+ export declare const typesNodeVersion = "18.7.5";
9
9
  export declare const styledComponentsVersion = "5.3.5";
10
- export declare const typesStyledComponentsVersion = "5.1.25";
10
+ export declare const typesStyledComponentsVersion = "5.1.26";
11
11
  export declare const emotionStyledVersion = "11.10.0";
12
12
  export declare const emotionReactVersion = "11.10.0";
13
13
  export declare const emotionBabelPlugin = "11.10.0";
14
- export declare const styledJsxVersion = "5.0.2";
14
+ export declare const styledJsxVersion = "5.0.4";
15
15
  export declare const reactRouterDomVersion = "6.3.0";
16
16
  export declare const typesReactRouterDomVersion = "5.3.3";
17
17
  export declare const testingLibraryReactVersion = "13.3.0";
18
- export declare const reduxjsToolkitVersion = "1.8.3";
18
+ export declare const reduxjsToolkitVersion = "1.8.4";
19
19
  export declare const reactReduxVersion = "8.0.2";
20
20
  export declare const reactTestRendererVersion = "18.2.0";
21
21
  export declare const eslintPluginImportVersion = "2.26.0";
@@ -8,18 +8,18 @@ exports.reactIsVersion = '18.2.0';
8
8
  exports.typesReactVersion = '18.0.17';
9
9
  exports.typesReactDomVersion = '18.0.6';
10
10
  exports.typesReactIsVersion = '17.0.3';
11
- exports.typesNodeVersion = '18.6.5';
11
+ exports.typesNodeVersion = '18.7.5';
12
12
  exports.styledComponentsVersion = '5.3.5';
13
- exports.typesStyledComponentsVersion = '5.1.25';
13
+ exports.typesStyledComponentsVersion = '5.1.26';
14
14
  exports.emotionStyledVersion = '11.10.0';
15
15
  exports.emotionReactVersion = '11.10.0';
16
16
  exports.emotionBabelPlugin = '11.10.0';
17
17
  // WARNING: This needs to be in sync with Next.js' dependency or else there might be issues.
18
- exports.styledJsxVersion = '5.0.2';
18
+ exports.styledJsxVersion = '5.0.4';
19
19
  exports.reactRouterDomVersion = '6.3.0';
20
20
  exports.typesReactRouterDomVersion = '5.3.3';
21
21
  exports.testingLibraryReactVersion = '13.3.0';
22
- exports.reduxjsToolkitVersion = '1.8.3';
22
+ exports.reduxjsToolkitVersion = '1.8.4';
23
23
  exports.reactReduxVersion = '8.0.2';
24
24
  exports.reactTestRendererVersion = '18.2.0';
25
25
  exports.eslintPluginImportVersion = '2.26.0';