eslint-plugin-react-x 3.0.0-next.34 → 3.0.0-next.36
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/dist/index.js +2 -2
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -68,7 +68,7 @@ const rules$7 = {
|
|
|
68
68
|
//#endregion
|
|
69
69
|
//#region package.json
|
|
70
70
|
var name$6 = "eslint-plugin-react-x";
|
|
71
|
-
var version = "3.0.0-next.
|
|
71
|
+
var version = "3.0.0-next.36";
|
|
72
72
|
|
|
73
73
|
//#endregion
|
|
74
74
|
//#region src/utils/create-rule.ts
|
|
@@ -4447,7 +4447,7 @@ function create$5(context) {
|
|
|
4447
4447
|
}
|
|
4448
4448
|
|
|
4449
4449
|
//#endregion
|
|
4450
|
-
//#region src/rules/rules-of-hooks/code-path-analyzer.
|
|
4450
|
+
//#region src/rules/rules-of-hooks/code-path-analyzer.mts
|
|
4451
4451
|
function assert(cond, message) {
|
|
4452
4452
|
if (!cond) throw new Error(message ?? "Assertion violated.");
|
|
4453
4453
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-x",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.36",
|
|
4
4
|
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"string-ts": "^2.3.1",
|
|
46
46
|
"ts-api-utils": "^2.4.0",
|
|
47
47
|
"ts-pattern": "^5.9.0",
|
|
48
|
-
"@eslint-react/
|
|
49
|
-
"@eslint-react/
|
|
50
|
-
"@eslint-react/
|
|
51
|
-
"@eslint-react/
|
|
52
|
-
"@eslint-react/
|
|
48
|
+
"@eslint-react/core": "3.0.0-next.36",
|
|
49
|
+
"@eslint-react/ast": "3.0.0-next.36",
|
|
50
|
+
"@eslint-react/eff": "3.0.0-next.36",
|
|
51
|
+
"@eslint-react/var": "3.0.0-next.36",
|
|
52
|
+
"@eslint-react/shared": "3.0.0-next.36"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/react": "^19.2.14",
|