@nx/react 23.0.0 → 23.0.2
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/README.md +1 -2
- package/dist/src/utils/versions.d.ts +1 -1
- package/dist/src/utils/versions.js +1 -1
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -7,13 +7,12 @@
|
|
|
7
7
|
|
|
8
8
|
<div style="text-align: center;">
|
|
9
9
|
|
|
10
|
-
[](https://circleci.com/gh/nrwl/nx)
|
|
11
10
|
[]()
|
|
12
11
|
[](https://www.npmjs.com/package/nx)
|
|
13
12
|
[]()
|
|
14
13
|
[](http://commitizen.github.io/cz-cli/)
|
|
15
|
-
[](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
16
14
|
[](https://go.nx.dev/community)
|
|
15
|
+
[](https://nx.dev/docs/features/ci-features/sandboxing)
|
|
17
16
|
|
|
18
17
|
</div>
|
|
19
18
|
|
|
@@ -26,7 +26,7 @@ export declare const reduxjsToolkitVersion = "^2.5.0";
|
|
|
26
26
|
export declare const reactReduxVersion = "^9.2.0";
|
|
27
27
|
export declare const eslintPluginImportVersion = "2.31.0";
|
|
28
28
|
export declare const eslintPluginJsxA11yVersion = "6.10.1";
|
|
29
|
-
export declare const eslintPluginReactVersion = "7.35.0";
|
|
29
|
+
export declare const eslintPluginReactVersion = "^7.35.0";
|
|
30
30
|
export declare const eslintPluginReactHooksVersion = "5.0.0";
|
|
31
31
|
export declare const tsLibVersion = "^2.3.0";
|
|
32
32
|
export declare const postcssVersion = "8.4.38";
|
|
@@ -33,7 +33,7 @@ exports.reduxjsToolkitVersion = '^2.5.0';
|
|
|
33
33
|
exports.reactReduxVersion = '^9.2.0';
|
|
34
34
|
exports.eslintPluginImportVersion = '2.31.0';
|
|
35
35
|
exports.eslintPluginJsxA11yVersion = '6.10.1';
|
|
36
|
-
exports.eslintPluginReactVersion = '7.35.0';
|
|
36
|
+
exports.eslintPluginReactVersion = '^7.35.0';
|
|
37
37
|
exports.eslintPluginReactHooksVersion = '5.0.0';
|
|
38
38
|
exports.tsLibVersion = '^2.3.0';
|
|
39
39
|
exports.postcssVersion = '8.4.38';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/react",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The React plugin for Nx 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, Vitest, Playwright, 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.",
|
|
6
6
|
"repository": {
|
|
@@ -108,25 +108,25 @@
|
|
|
108
108
|
"express": "^4.21.2",
|
|
109
109
|
"http-proxy-middleware": "^3.0.5",
|
|
110
110
|
"semver": "^7.6.3",
|
|
111
|
-
"@nx/devkit": "23.0.
|
|
112
|
-
"@nx/js": "23.0.
|
|
113
|
-
"@nx/eslint": "23.0.
|
|
114
|
-
"@nx/web": "23.0.
|
|
115
|
-
"@nx/module-federation": "23.0.
|
|
116
|
-
"@nx/rollup": "23.0.
|
|
111
|
+
"@nx/devkit": "23.0.2",
|
|
112
|
+
"@nx/js": "23.0.2",
|
|
113
|
+
"@nx/eslint": "23.0.2",
|
|
114
|
+
"@nx/web": "23.0.2",
|
|
115
|
+
"@nx/module-federation": "23.0.2",
|
|
116
|
+
"@nx/rollup": "23.0.2"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
|
-
"@nx/cypress": "23.0.
|
|
120
|
-
"@nx/playwright": "23.0.
|
|
121
|
-
"@nx/rsbuild": "23.0.
|
|
122
|
-
"@nx/vite": "23.0.
|
|
123
|
-
"@nx/vitest": "23.0.
|
|
124
|
-
"@nx/webpack": "23.0.
|
|
125
|
-
"@nx/storybook": "23.0.
|
|
126
|
-
"nx": "23.0.
|
|
119
|
+
"@nx/cypress": "23.0.2",
|
|
120
|
+
"@nx/playwright": "23.0.2",
|
|
121
|
+
"@nx/rsbuild": "23.0.2",
|
|
122
|
+
"@nx/vite": "23.0.2",
|
|
123
|
+
"@nx/vitest": "23.0.2",
|
|
124
|
+
"@nx/webpack": "23.0.2",
|
|
125
|
+
"@nx/storybook": "23.0.2",
|
|
126
|
+
"nx": "23.0.2"
|
|
127
127
|
},
|
|
128
128
|
"optionalDependencies": {
|
|
129
|
-
"@nx/vite": "23.0.
|
|
129
|
+
"@nx/vite": "23.0.2"
|
|
130
130
|
},
|
|
131
131
|
"publishConfig": {
|
|
132
132
|
"access": "public"
|