eslint-plugin-react-x 5.0.2-next.5 → 5.1.0-beta.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/dist/index.js +2 -2
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -141,7 +141,7 @@ const rules$7 = {
|
|
|
141
141
|
//#endregion
|
|
142
142
|
//#region package.json
|
|
143
143
|
var name$6 = "eslint-plugin-react-x";
|
|
144
|
-
var version = "5.0
|
|
144
|
+
var version = "5.1.0-beta.0";
|
|
145
145
|
|
|
146
146
|
//#endregion
|
|
147
147
|
//#region src/rules/component-hook-factories/lib.ts
|
|
@@ -1383,7 +1383,7 @@ function create$46(context) {
|
|
|
1383
1383
|
}
|
|
1384
1384
|
|
|
1385
1385
|
//#endregion
|
|
1386
|
-
//#region
|
|
1386
|
+
//#region ../../.pkgs/eff/dist/index.js
|
|
1387
1387
|
function not(predicate) {
|
|
1388
1388
|
return (data) => !predicate(data);
|
|
1389
1389
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-x",
|
|
3
|
-
"version": "5.0
|
|
3
|
+
"version": "5.1.0-beta.0",
|
|
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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
18
|
"url": "git+https://github.com/Rel1cx/eslint-react.git",
|
|
19
|
-
"directory": "packages/
|
|
19
|
+
"directory": "packages/eslint-plugin-react-x"
|
|
20
20
|
},
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"author": "Rel1cx",
|
|
@@ -37,19 +37,19 @@
|
|
|
37
37
|
"./package.json"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@typescript-eslint/scope-manager": "^8.58.
|
|
41
|
-
"@typescript-eslint/type-utils": "^8.58.
|
|
42
|
-
"@typescript-eslint/types": "^8.58.
|
|
43
|
-
"@typescript-eslint/utils": "^8.58.
|
|
40
|
+
"@typescript-eslint/scope-manager": "^8.58.1",
|
|
41
|
+
"@typescript-eslint/type-utils": "^8.58.1",
|
|
42
|
+
"@typescript-eslint/types": "^8.58.1",
|
|
43
|
+
"@typescript-eslint/utils": "^8.58.1",
|
|
44
44
|
"compare-versions": "^6.1.1",
|
|
45
45
|
"string-ts": "^2.3.1",
|
|
46
46
|
"ts-api-utils": "^2.5.0",
|
|
47
47
|
"ts-pattern": "^5.9.0",
|
|
48
|
-
"@eslint-react/ast": "5.0
|
|
49
|
-
"@eslint-react/core": "5.0
|
|
50
|
-
"@eslint-react/jsx": "5.0
|
|
51
|
-
"@eslint-react/
|
|
52
|
-
"@eslint-react/
|
|
48
|
+
"@eslint-react/ast": "5.1.0-beta.0",
|
|
49
|
+
"@eslint-react/core": "5.1.0-beta.0",
|
|
50
|
+
"@eslint-react/jsx": "5.1.0-beta.0",
|
|
51
|
+
"@eslint-react/var": "5.1.0-beta.0",
|
|
52
|
+
"@eslint-react/shared": "5.1.0-beta.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/react": "^19.2.14",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"eslint": "^10.2.0",
|
|
58
58
|
"tsdown": "^0.21.7",
|
|
59
59
|
"tsl-dx": "^0.10.3",
|
|
60
|
-
"@local/
|
|
61
|
-
"@local/
|
|
60
|
+
"@local/configs": "0.0.0",
|
|
61
|
+
"@local/eff": "3.0.0-beta.72"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"eslint": "^10.2.0",
|