@nx/react 19.2.0-rc.0 → 19.2.0
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/migrations.json +9 -0
- package/package.json +6 -6
- package/src/utils/versions.d.ts +1 -1
- package/src/utils/versions.js +1 -1
package/migrations.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/react",
|
|
3
|
-
"version": "19.2.0
|
|
3
|
+
"version": "19.2.0",
|
|
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": {
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"file-loader": "^6.2.0",
|
|
39
39
|
"minimatch": "9.0.3",
|
|
40
40
|
"tslib": "^2.3.0",
|
|
41
|
-
"@nx/devkit": "19.2.0
|
|
42
|
-
"@nx/js": "19.2.0
|
|
43
|
-
"@nx/eslint": "19.2.0
|
|
44
|
-
"@nx/web": "19.2.0
|
|
45
|
-
"@nrwl/react": "19.2.0
|
|
41
|
+
"@nx/devkit": "19.2.0",
|
|
42
|
+
"@nx/js": "19.2.0",
|
|
43
|
+
"@nx/eslint": "19.2.0",
|
|
44
|
+
"@nx/web": "19.2.0",
|
|
45
|
+
"@nrwl/react": "19.2.0"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ export declare const eslintPluginReactVersion = "7.32.2";
|
|
|
28
28
|
export declare const eslintPluginReactHooksVersion = "4.6.0";
|
|
29
29
|
export declare const babelPluginStyledComponentsVersion = "1.10.7";
|
|
30
30
|
export declare const tsLibVersion = "^2.3.0";
|
|
31
|
-
export declare const postcssVersion = "8.4.
|
|
31
|
+
export declare const postcssVersion = "8.4.38";
|
|
32
32
|
export declare const tailwindcssVersion = "3.4.3";
|
|
33
33
|
export declare const autoprefixerVersion = "10.4.13";
|
|
34
34
|
export declare const expressVersion = "~4.18.2";
|
package/src/utils/versions.js
CHANGED
|
@@ -33,7 +33,7 @@ exports.eslintPluginReactVersion = '7.32.2';
|
|
|
33
33
|
exports.eslintPluginReactHooksVersion = '4.6.0';
|
|
34
34
|
exports.babelPluginStyledComponentsVersion = '1.10.7';
|
|
35
35
|
exports.tsLibVersion = '^2.3.0';
|
|
36
|
-
exports.postcssVersion = '8.4.
|
|
36
|
+
exports.postcssVersion = '8.4.38';
|
|
37
37
|
exports.tailwindcssVersion = '3.4.3';
|
|
38
38
|
exports.autoprefixerVersion = '10.4.13';
|
|
39
39
|
// SSR and Module Federation
|