@eslint-react/eslint-plugin 5.7.2-next.0 → 5.7.3-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 +1 -2
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -59,7 +59,6 @@ const rules$22 = {
59
59
  "@eslint-react/no-unsafe-component-will-receive-props": "warn",
60
60
  "@eslint-react/no-unsafe-component-will-update": "warn",
61
61
  "@eslint-react/no-unused-class-component-members": "warn",
62
- "@eslint-react/no-unused-state": "warn",
63
62
  "@eslint-react/no-use-context": "warn",
64
63
  "@eslint-react/purity": "warn",
65
64
  "@eslint-react/rules-of-hooks": "error",
@@ -450,7 +449,7 @@ const settings = { ...settings$1 };
450
449
  //#endregion
451
450
  //#region package.json
452
451
  var name = "@eslint-react/eslint-plugin";
453
- var version = "5.7.2-next.0";
452
+ var version = "5.7.3-next.0";
454
453
 
455
454
  //#endregion
456
455
  //#region src/utils/type-of.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "5.7.2-next.0",
3
+ "version": "5.7.3-next.0",
4
4
  "description": "The all-in-one, blazing fast ESLint plugin for React. Get complete, out-of-the-box rule coverage with instant feedback.",
5
5
  "keywords": [
6
6
  "react",
@@ -42,13 +42,13 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@eslint-react/shared": "5.7.2-next.0",
46
- "eslint-plugin-react-jsx": "5.7.2-next.0",
47
- "eslint-plugin-react-naming-convention": "5.7.2-next.0",
48
- "eslint-plugin-react-rsc": "5.7.2-next.0",
49
- "eslint-plugin-react-dom": "5.7.2-next.0",
50
- "eslint-plugin-react-web-api": "5.7.2-next.0",
51
- "eslint-plugin-react-x": "5.7.2-next.0"
45
+ "@eslint-react/shared": "5.7.3-next.0",
46
+ "eslint-plugin-react-dom": "5.7.3-next.0",
47
+ "eslint-plugin-react-jsx": "5.7.3-next.0",
48
+ "eslint-plugin-react-naming-convention": "5.7.3-next.0",
49
+ "eslint-plugin-react-rsc": "5.7.3-next.0",
50
+ "eslint-plugin-react-web-api": "5.7.3-next.0",
51
+ "eslint-plugin-react-x": "5.7.3-next.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/react": "^19.2.14",
@@ -60,7 +60,7 @@
60
60
  "@local/eff": "3.0.0-beta.72"
61
61
  },
62
62
  "peerDependencies": {
63
- "eslint": "^10.2.1",
63
+ "eslint": "^10.3.0",
64
64
  "typescript": "*"
65
65
  },
66
66
  "engines": {