eslint-plugin-react-x 5.0.2-next.5 → 5.1.0-next.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +11 -11
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.2-next.5";
144
+ var version = "5.1.0-next.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 ../../../.pkgs/eff/dist/index.js
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.2-next.5",
3
+ "version": "5.1.0-next.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/plugins/eslint-plugin-react-x"
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.0",
41
- "@typescript-eslint/type-utils": "^8.58.0",
42
- "@typescript-eslint/types": "^8.58.0",
43
- "@typescript-eslint/utils": "^8.58.0",
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.2-next.5",
49
- "@eslint-react/core": "5.0.2-next.5",
50
- "@eslint-react/jsx": "5.0.2-next.5",
51
- "@eslint-react/shared": "5.0.2-next.5",
52
- "@eslint-react/var": "5.0.2-next.5"
48
+ "@eslint-react/ast": "5.1.0-next.0",
49
+ "@eslint-react/core": "5.1.0-next.0",
50
+ "@eslint-react/jsx": "5.1.0-next.0",
51
+ "@eslint-react/var": "5.1.0-next.0",
52
+ "@eslint-react/shared": "5.1.0-next.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/react": "^19.2.14",