@nrwl/react 14.3.4-beta.4 → 14.3.6
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.3.
|
|
6
|
+
## [14.3.6](https://github.com/nrwl/nx/compare/14.3.5...14.3.6) (2022-06-16)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @nrwl/react
|
package/migrations.json
CHANGED
|
@@ -484,6 +484,39 @@
|
|
|
484
484
|
"alwaysAddToPackageJson": false
|
|
485
485
|
}
|
|
486
486
|
}
|
|
487
|
+
},
|
|
488
|
+
"14.3.6": {
|
|
489
|
+
"version": "14.3.6-beta.0",
|
|
490
|
+
"packages": {
|
|
491
|
+
"react": {
|
|
492
|
+
"version": "18.2.0",
|
|
493
|
+
"alwaysAddToPackageJson": false
|
|
494
|
+
},
|
|
495
|
+
"react-dom": {
|
|
496
|
+
"version": "18.2.0",
|
|
497
|
+
"alwaysAddToPackageJson": false
|
|
498
|
+
},
|
|
499
|
+
"react-is": {
|
|
500
|
+
"version": "18.2.0",
|
|
501
|
+
"alwaysAddToPackageJson": false
|
|
502
|
+
},
|
|
503
|
+
"@types/react": {
|
|
504
|
+
"version": "18.0.13",
|
|
505
|
+
"alwaysAddToPackageJson": false
|
|
506
|
+
},
|
|
507
|
+
"@types/node": {
|
|
508
|
+
"version": "18.0.0",
|
|
509
|
+
"alwaysAddToPackageJson": false
|
|
510
|
+
},
|
|
511
|
+
"react-test-renderer": {
|
|
512
|
+
"version": "18.2.0",
|
|
513
|
+
"alwaysAddToPackageJson": false
|
|
514
|
+
},
|
|
515
|
+
"eslint-plugin-react-hooks": {
|
|
516
|
+
"version": "4.6.0",
|
|
517
|
+
"alwaysAddToPackageJson": false
|
|
518
|
+
}
|
|
519
|
+
}
|
|
487
520
|
}
|
|
488
521
|
}
|
|
489
522
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/react",
|
|
3
|
-
"version": "14.3.
|
|
3
|
+
"version": "14.3.6",
|
|
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.3.
|
|
36
|
-
"@nrwl/devkit": "14.3.
|
|
37
|
-
"@nrwl/jest": "14.3.
|
|
38
|
-
"@nrwl/js": "14.3.
|
|
39
|
-
"@nrwl/linter": "14.3.
|
|
40
|
-
"@nrwl/storybook": "14.3.
|
|
41
|
-
"@nrwl/web": "14.3.
|
|
42
|
-
"@nrwl/workspace": "14.3.
|
|
35
|
+
"@nrwl/cypress": "14.3.6",
|
|
36
|
+
"@nrwl/devkit": "14.3.6",
|
|
37
|
+
"@nrwl/jest": "14.3.6",
|
|
38
|
+
"@nrwl/js": "14.3.6",
|
|
39
|
+
"@nrwl/linter": "14.3.6",
|
|
40
|
+
"@nrwl/storybook": "14.3.6",
|
|
41
|
+
"@nrwl/web": "14.3.6",
|
|
42
|
+
"@nrwl/workspace": "14.3.6",
|
|
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": "
|
|
57
|
+
"gitHead": "cc2a1d55bb3dd51e655cc8da7af4e633d24b40a3"
|
|
58
58
|
}
|
|
@@ -565,7 +565,7 @@ export function NxWelcome({ title }: { title: string }) {
|
|
|
565
565
|
</svg>
|
|
566
566
|
</a>
|
|
567
567
|
<a
|
|
568
|
-
href="https://nx.dev/tutorial/01-create-application?utm_source=nx-project"
|
|
568
|
+
href="https://nx.dev/react-tutorial/01-create-application?utm_source=nx-project"
|
|
569
569
|
target="_blank"
|
|
570
570
|
rel="noreferrer"
|
|
571
571
|
className="list-item-link"
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export declare const nxVersion: any;
|
|
2
|
-
export declare const reactVersion = "18.
|
|
3
|
-
export declare const reactDomVersion = "18.
|
|
4
|
-
export declare const reactIsVersion = "18.
|
|
5
|
-
export declare const typesReactVersion = "18.0.
|
|
2
|
+
export declare const reactVersion = "18.2.0";
|
|
3
|
+
export declare const reactDomVersion = "18.2.0";
|
|
4
|
+
export declare const reactIsVersion = "18.2.0";
|
|
5
|
+
export declare const typesReactVersion = "18.0.13";
|
|
6
6
|
export declare const typesReactDomVersion = "18.0.5";
|
|
7
7
|
export declare const typesReactIsVersion = "17.0.3";
|
|
8
|
-
export declare const typesNodeVersion = "
|
|
8
|
+
export declare const typesNodeVersion = "18.0.0";
|
|
9
9
|
export declare const styledComponentsVersion = "5.3.5";
|
|
10
10
|
export declare const typesStyledComponentsVersion = "5.1.25";
|
|
11
11
|
export declare const emotionStyledVersion = "11.9.3";
|
|
@@ -17,9 +17,9 @@ export declare const typesReactRouterDomVersion = "5.3.3";
|
|
|
17
17
|
export declare const testingLibraryReactVersion = "13.3.0";
|
|
18
18
|
export declare const reduxjsToolkitVersion = "1.8.2";
|
|
19
19
|
export declare const reactReduxVersion = "8.0.2";
|
|
20
|
-
export declare const reactTestRendererVersion = "18.
|
|
20
|
+
export declare const reactTestRendererVersion = "18.2.0";
|
|
21
21
|
export declare const eslintPluginImportVersion = "2.26.0";
|
|
22
22
|
export declare const eslintPluginJsxA11yVersion = "6.5.1";
|
|
23
23
|
export declare const eslintPluginReactVersion = "7.30.0";
|
|
24
|
-
export declare const eslintPluginReactHooksVersion = "4.
|
|
24
|
+
export declare const eslintPluginReactHooksVersion = "4.6.0";
|
|
25
25
|
export declare const babelPluginStyledComponentsVersion = "1.10.7";
|
package/src/utils/versions.js
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
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.testingLibraryReactVersion = exports.typesReactRouterDomVersion = exports.reactRouterDomVersion = exports.styledJsxVersion = exports.emotionBabelPlugin = exports.emotionReactVersion = exports.emotionStyledVersion = exports.typesStyledComponentsVersion = exports.styledComponentsVersion = exports.typesNodeVersion = exports.typesReactIsVersion = exports.typesReactDomVersion = exports.typesReactVersion = exports.reactIsVersion = exports.reactDomVersion = exports.reactVersion = exports.nxVersion = void 0;
|
|
4
4
|
exports.nxVersion = require('../../package.json').version;
|
|
5
|
-
exports.reactVersion = '18.
|
|
6
|
-
exports.reactDomVersion = '18.
|
|
7
|
-
exports.reactIsVersion = '18.
|
|
8
|
-
exports.typesReactVersion = '18.0.
|
|
5
|
+
exports.reactVersion = '18.2.0';
|
|
6
|
+
exports.reactDomVersion = '18.2.0';
|
|
7
|
+
exports.reactIsVersion = '18.2.0';
|
|
8
|
+
exports.typesReactVersion = '18.0.13';
|
|
9
9
|
exports.typesReactDomVersion = '18.0.5';
|
|
10
10
|
exports.typesReactIsVersion = '17.0.3';
|
|
11
|
-
exports.typesNodeVersion = '
|
|
11
|
+
exports.typesNodeVersion = '18.0.0';
|
|
12
12
|
exports.styledComponentsVersion = '5.3.5';
|
|
13
13
|
exports.typesStyledComponentsVersion = '5.1.25';
|
|
14
14
|
exports.emotionStyledVersion = '11.9.3';
|
|
@@ -21,10 +21,10 @@ exports.typesReactRouterDomVersion = '5.3.3';
|
|
|
21
21
|
exports.testingLibraryReactVersion = '13.3.0';
|
|
22
22
|
exports.reduxjsToolkitVersion = '1.8.2';
|
|
23
23
|
exports.reactReduxVersion = '8.0.2';
|
|
24
|
-
exports.reactTestRendererVersion = '18.
|
|
24
|
+
exports.reactTestRendererVersion = '18.2.0';
|
|
25
25
|
exports.eslintPluginImportVersion = '2.26.0';
|
|
26
26
|
exports.eslintPluginJsxA11yVersion = '6.5.1';
|
|
27
27
|
exports.eslintPluginReactVersion = '7.30.0';
|
|
28
|
-
exports.eslintPluginReactHooksVersion = '4.
|
|
28
|
+
exports.eslintPluginReactHooksVersion = '4.6.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,SAAS,CAAC;AAC9B,QAAA,oBAAoB,GAAG,QAAQ,CAAC;AAChC,QAAA,mBAAmB,GAAG,QAAQ,CAAC;AAE/B,QAAA,gBAAgB,GAAG,
|
|
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,QAAQ,CAAC;AAE5B,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"}
|