@eslint-react/eslint-plugin 5.10.0 → 5.10.1

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 -1
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -451,7 +451,7 @@ const settings = { ...settings$1 };
451
451
  //#endregion
452
452
  //#region package.json
453
453
  var name = "@eslint-react/eslint-plugin";
454
- var version = "5.10.0";
454
+ var version = "5.10.1";
455
455
 
456
456
  //#endregion
457
457
  //#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.10.0",
3
+ "version": "5.10.1",
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-plugin-react-dom": "5.10.0",
46
- "eslint-plugin-react-naming-convention": "5.10.0",
47
- "eslint-plugin-react-rsc": "5.10.0",
48
- "eslint-plugin-react-web-api": "5.10.0",
49
- "eslint-plugin-react-x": "5.10.0",
50
- "eslint-plugin-react-jsx": "5.10.0",
51
- "@eslint-react/shared": "5.10.0"
45
+ "@eslint-react/shared": "5.10.1",
46
+ "eslint-plugin-react-dom": "5.10.1",
47
+ "eslint-plugin-react-jsx": "5.10.1",
48
+ "eslint-plugin-react-naming-convention": "5.10.1",
49
+ "eslint-plugin-react-rsc": "5.10.1",
50
+ "eslint-plugin-react-x": "5.10.1",
51
+ "eslint-plugin-react-web-api": "5.10.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/react": "^19.2.17",
@@ -56,8 +56,8 @@
56
56
  "eslint": "^10.6.0",
57
57
  "tsdown": "^0.22.3",
58
58
  "typescript": "6.0.3",
59
- "@local/configs": "0.0.0",
60
- "@local/eff": "0.0.0"
59
+ "@local/eff": "0.0.0",
60
+ "@local/configs": "0.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "eslint": "*",