@nrwl/react 14.3.1 → 14.3.4-beta.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 +1 -1
- package/migrations.json +17 -0
- package/package.json +10 -10
- package/src/utils/versions.d.ts +2 -2
- package/src/utils/versions.js +2 -2
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.4-beta.4](https://github.com/nrwl/nx/compare/14.3.3...14.3.4-beta.4) (2022-06-15)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @nrwl/react
|
package/migrations.json
CHANGED
|
@@ -467,6 +467,23 @@
|
|
|
467
467
|
"alwaysAddToPackageJson": false
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
|
+
},
|
|
471
|
+
"14.3.2": {
|
|
472
|
+
"version": "14.3.2-beta.0",
|
|
473
|
+
"packages": {
|
|
474
|
+
"@types/node": {
|
|
475
|
+
"version": "17.0.42",
|
|
476
|
+
"alwaysAddToPackageJson": false
|
|
477
|
+
},
|
|
478
|
+
"@emotion/styled": {
|
|
479
|
+
"version": "11.9.3",
|
|
480
|
+
"alwaysAddToPackageJson": false
|
|
481
|
+
},
|
|
482
|
+
"@emotion/react": {
|
|
483
|
+
"version": "11.9.3",
|
|
484
|
+
"alwaysAddToPackageJson": false
|
|
485
|
+
}
|
|
486
|
+
}
|
|
470
487
|
}
|
|
471
488
|
}
|
|
472
489
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/react",
|
|
3
|
-
"version": "14.3.
|
|
3
|
+
"version": "14.3.4-beta.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.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.4-beta.4",
|
|
36
|
+
"@nrwl/devkit": "14.3.4-beta.4",
|
|
37
|
+
"@nrwl/jest": "14.3.4-beta.4",
|
|
38
|
+
"@nrwl/js": "14.3.4-beta.4",
|
|
39
|
+
"@nrwl/linter": "14.3.4-beta.4",
|
|
40
|
+
"@nrwl/storybook": "14.3.4-beta.4",
|
|
41
|
+
"@nrwl/web": "14.3.4-beta.4",
|
|
42
|
+
"@nrwl/workspace": "14.3.4-beta.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": "
|
|
57
|
+
"gitHead": "f86a5ffe2e5f19fe03a9f8a8b722576811d09b09"
|
|
58
58
|
}
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -8,8 +8,8 @@ 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";
|
|
10
10
|
export declare const typesStyledComponentsVersion = "5.1.25";
|
|
11
|
-
export declare const emotionStyledVersion = "11.
|
|
12
|
-
export declare const emotionReactVersion = "11.9.
|
|
11
|
+
export declare const emotionStyledVersion = "11.9.3";
|
|
12
|
+
export declare const emotionReactVersion = "11.9.3";
|
|
13
13
|
export declare const emotionBabelPlugin = "11.9.2";
|
|
14
14
|
export declare const styledJsxVersion = "5.0.2";
|
|
15
15
|
export declare const reactRouterDomVersion = "6.3.0";
|
package/src/utils/versions.js
CHANGED
|
@@ -11,8 +11,8 @@ exports.typesReactIsVersion = '17.0.3';
|
|
|
11
11
|
exports.typesNodeVersion = '16.11.7';
|
|
12
12
|
exports.styledComponentsVersion = '5.3.5';
|
|
13
13
|
exports.typesStyledComponentsVersion = '5.1.25';
|
|
14
|
-
exports.emotionStyledVersion = '11.
|
|
15
|
-
exports.emotionReactVersion = '11.9.
|
|
14
|
+
exports.emotionStyledVersion = '11.9.3';
|
|
15
|
+
exports.emotionReactVersion = '11.9.3';
|
|
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
18
|
exports.styledJsxVersion = '5.0.2';
|