@nx/react 20.1.0-canary.20241022-e57b851 → 20.1.0-canary.20241023-12cbfc3
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 +13 -0
- package/package.json +5 -5
- package/src/utils/versions.d.ts +2 -2
- package/src/utils/versions.js +2 -2
package/migrations.json
CHANGED
@@ -139,6 +139,19 @@
|
|
139
139
|
"alwaysAddToPackageJson": false
|
140
140
|
}
|
141
141
|
}
|
142
|
+
},
|
143
|
+
"20.1.0": {
|
144
|
+
"version": "20.1.0-beta.0",
|
145
|
+
"packages": {
|
146
|
+
"eslint-plugin-react-hooks": {
|
147
|
+
"version": "5.0.0",
|
148
|
+
"alwaysAddToPackageJson": false
|
149
|
+
},
|
150
|
+
"eslint-plugin-jsx-a11y": {
|
151
|
+
"version": "6.10.1",
|
152
|
+
"alwaysAddToPackageJson": false
|
153
|
+
}
|
154
|
+
}
|
142
155
|
}
|
143
156
|
}
|
144
157
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/react",
|
3
|
-
"version": "20.1.0-canary.
|
3
|
+
"version": "20.1.0-canary.20241023-12cbfc3",
|
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": {
|
@@ -39,10 +39,10 @@
|
|
39
39
|
"picocolors": "^1.1.0",
|
40
40
|
"tslib": "^2.3.0",
|
41
41
|
"@module-federation/enhanced": "0.6.9",
|
42
|
-
"@nx/devkit": "20.1.0-canary.
|
43
|
-
"@nx/js": "20.1.0-canary.
|
44
|
-
"@nx/eslint": "20.1.0-canary.
|
45
|
-
"@nx/web": "20.1.0-canary.
|
42
|
+
"@nx/devkit": "20.1.0-canary.20241023-12cbfc3",
|
43
|
+
"@nx/js": "20.1.0-canary.20241023-12cbfc3",
|
44
|
+
"@nx/eslint": "20.1.0-canary.20241023-12cbfc3",
|
45
|
+
"@nx/web": "20.1.0-canary.20241023-12cbfc3",
|
46
46
|
"express": "^4.19.2",
|
47
47
|
"http-proxy-middleware": "^3.0.0"
|
48
48
|
},
|
package/src/utils/versions.d.ts
CHANGED
@@ -23,9 +23,9 @@ export declare const testingLibraryReactVersion = "15.0.6";
|
|
23
23
|
export declare const reduxjsToolkitVersion = "1.9.3";
|
24
24
|
export declare const reactReduxVersion = "8.0.5";
|
25
25
|
export declare const eslintPluginImportVersion = "2.31.0";
|
26
|
-
export declare const eslintPluginJsxA11yVersion = "6.
|
26
|
+
export declare const eslintPluginJsxA11yVersion = "6.10.1";
|
27
27
|
export declare const eslintPluginReactVersion = "7.35.0";
|
28
|
-
export declare const eslintPluginReactHooksVersion = "
|
28
|
+
export declare const eslintPluginReactHooksVersion = "5.0.0";
|
29
29
|
export declare const babelPluginStyledComponentsVersion = "1.10.7";
|
30
30
|
export declare const tsLibVersion = "^2.3.0";
|
31
31
|
export declare const postcssVersion = "8.4.38";
|
package/src/utils/versions.js
CHANGED
@@ -28,9 +28,9 @@ exports.testingLibraryReactVersion = '15.0.6';
|
|
28
28
|
exports.reduxjsToolkitVersion = '1.9.3';
|
29
29
|
exports.reactReduxVersion = '8.0.5';
|
30
30
|
exports.eslintPluginImportVersion = '2.31.0';
|
31
|
-
exports.eslintPluginJsxA11yVersion = '6.
|
31
|
+
exports.eslintPluginJsxA11yVersion = '6.10.1';
|
32
32
|
exports.eslintPluginReactVersion = '7.35.0';
|
33
|
-
exports.eslintPluginReactHooksVersion = '
|
33
|
+
exports.eslintPluginReactHooksVersion = '5.0.0';
|
34
34
|
exports.babelPluginStyledComponentsVersion = '1.10.7';
|
35
35
|
exports.tsLibVersion = '^2.3.0';
|
36
36
|
exports.postcssVersion = '8.4.38';
|