@eslint-react/eslint-plugin 5.9.0 → 5.9.2

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 +2 -2
  2. package/dist/index.js +1 -1
  3. package/package.json +12 -12
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Version](https://img.shields.io/npm/v/@eslint-react/core?style=flat&colorA=111111&colorB=000000)](https://npmx.dev/package/@eslint-react/core)
6
6
  [![Downloads](https://img.shields.io/npm/dt/@eslint-react/core.svg?style=flat&colorA=222222&colorB=000000)](https://npmx.dev/package/@eslint-react/core)
7
7
  [![License](https://img.shields.io/npm/l/@eslint-react/core?style=flat&colorA=333333&colorB=000000)](https://github.com/Rel1cx/eslint-react/blob/main/LICENSE)
8
- [![Build with](https://img.shields.io/badge/built_with-tsdown@0.22.2-000000?style=flat)](https://tsdown.dev)
8
+ [![Build with](https://img.shields.io/badge/built_with-tsdown@0.22.3-000000?style=flat)](https://tsdown.dev)
9
9
 
10
10
  Composable ESLint rules for React and friends.
11
11
 
@@ -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
- This project does not have contributing guidelines. Explore the repository to learn how to contribute.
223
+ This project does not have contributing guidelines. Explore the [repository](https://github.com/Rel1cx/eslint-react) to learn how to contribute.
224
224
 
225
225
  ## License
226
226
 
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.9.0";
454
+ var version = "5.9.2";
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.9.0",
3
+ "version": "5.9.2",
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-plugin-react-dom": "5.9.0",
46
- "@eslint-react/shared": "5.9.0",
47
- "eslint-plugin-react-jsx": "5.9.0",
48
- "eslint-plugin-react-naming-convention": "5.9.0",
49
- "eslint-plugin-react-rsc": "5.9.0",
50
- "eslint-plugin-react-web-api": "5.9.0",
51
- "eslint-plugin-react-x": "5.9.0"
45
+ "@eslint-react/shared": "5.9.2",
46
+ "eslint-plugin-react-jsx": "5.9.2",
47
+ "eslint-plugin-react-naming-convention": "5.9.2",
48
+ "eslint-plugin-react-rsc": "5.9.2",
49
+ "eslint-plugin-react-dom": "5.9.2",
50
+ "eslint-plugin-react-x": "5.9.2",
51
+ "eslint-plugin-react-web-api": "5.9.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/react": "^19.2.17",
55
55
  "@types/react-dom": "^19.2.3",
56
- "eslint": "^10.4.1",
57
- "tsdown": "^0.22.2",
56
+ "eslint": "^10.5.0",
57
+ "tsdown": "^0.22.3",
58
58
  "typescript": "6.0.3",
59
- "@local/eff": "0.0.0",
60
- "@local/configs": "0.0.0"
59
+ "@local/configs": "0.0.0",
60
+ "@local/eff": "0.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "eslint": "*",