@eslint-react/eslint-plugin 5.8.13 → 5.8.14

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/README.md CHANGED
@@ -220,7 +220,7 @@ A huge thank you to our amazing sponsors who make this project possible.
220
220
 
221
221
  Contributions are welcome!
222
222
 
223
- Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/main/.github/CONTRIBUTING.md).
223
+ This project does not have contributing guidelines. Explore the repository to learn how to contribute.
224
224
 
225
225
  ## License
226
226
 
package/dist/index.js CHANGED
@@ -449,7 +449,7 @@ const settings = { ...settings$1 };
449
449
  //#endregion
450
450
  //#region package.json
451
451
  var name = "@eslint-react/eslint-plugin";
452
- var version = "5.8.13";
452
+ var version = "5.8.14";
453
453
 
454
454
  //#endregion
455
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.8.13",
3
+ "version": "5.8.14",
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,16 +42,16 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@eslint-react/shared": "5.8.13",
46
- "eslint-plugin-react-jsx": "5.8.13",
47
- "eslint-plugin-react-rsc": "5.8.13",
48
- "eslint-plugin-react-web-api": "5.8.13",
49
- "eslint-plugin-react-x": "5.8.13",
50
- "eslint-plugin-react-naming-convention": "5.8.13",
51
- "eslint-plugin-react-dom": "5.8.13"
45
+ "@eslint-react/shared": "5.8.14",
46
+ "eslint-plugin-react-dom": "5.8.14",
47
+ "eslint-plugin-react-rsc": "5.8.14",
48
+ "eslint-plugin-react-web-api": "5.8.14",
49
+ "eslint-plugin-react-naming-convention": "5.8.14",
50
+ "eslint-plugin-react-jsx": "5.8.14",
51
+ "eslint-plugin-react-x": "5.8.14"
52
52
  },
53
53
  "devDependencies": {
54
- "@types/react": "^19.2.16",
54
+ "@types/react": "^19.2.17",
55
55
  "@types/react-dom": "^19.2.3",
56
56
  "eslint": "^10.4.1",
57
57
  "tsdown": "^0.22.2",