@eslint-react/eslint-plugin 5.8.9 → 5.8.11

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 (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +1 -1
  3. package/package.json +11 -11
package/README.md CHANGED
@@ -202,7 +202,7 @@ export default defineConfig(
202
202
 
203
203
  ## Disclaimer
204
204
 
205
- This project is not affiliated with Meta Corporation or the [facebook/react](https://github.com/facebook/react) project or team, nor is it endorsed or sponsored by them.
205
+ This project is not affiliated with Meta Platforms, Inc. or the [facebook/react](https://github.com/facebook/react) project or team, nor is it endorsed or sponsored by them.
206
206
 
207
207
  This project is, and will remain, [90% of its code written by humans](https://eslint-react.xyz/docs/faq#what-does-90-human-written-mean).
208
208
 
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.9";
452
+ var version = "5.8.11";
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.9",
3
+ "version": "5.8.11",
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,22 +42,22 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@eslint-react/shared": "5.8.9",
46
- "eslint-plugin-react-jsx": "5.8.9",
47
- "eslint-plugin-react-naming-convention": "5.8.9",
48
- "eslint-plugin-react-dom": "5.8.9",
49
- "eslint-plugin-react-rsc": "5.8.9",
50
- "eslint-plugin-react-web-api": "5.8.9",
51
- "eslint-plugin-react-x": "5.8.9"
45
+ "@eslint-react/shared": "5.8.11",
46
+ "eslint-plugin-react-jsx": "5.8.11",
47
+ "eslint-plugin-react-naming-convention": "5.8.11",
48
+ "eslint-plugin-react-rsc": "5.8.11",
49
+ "eslint-plugin-react-x": "5.8.11",
50
+ "eslint-plugin-react-dom": "5.8.11",
51
+ "eslint-plugin-react-web-api": "5.8.11"
52
52
  },
53
53
  "devDependencies": {
54
- "@types/react": "^19.2.15",
54
+ "@types/react": "^19.2.16",
55
55
  "@types/react-dom": "^19.2.3",
56
56
  "eslint": "^10.4.1",
57
57
  "tsdown": "^0.22.1",
58
- "typescript": "5.9.3",
58
+ "typescript": "6.0.3",
59
59
  "@local/configs": "0.0.0",
60
- "@local/eff": "3.0.0-beta.72"
60
+ "@local/eff": "0.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "eslint": "^10.3.0",