@eslint-react/eslint-plugin 5.2.1-beta.1 → 5.2.1-beta.3

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 +11 -11
package/dist/index.js CHANGED
@@ -439,7 +439,7 @@ const settings = { ...settings$1 };
439
439
  //#endregion
440
440
  //#region package.json
441
441
  var name = "@eslint-react/eslint-plugin";
442
- var version = "5.2.1-beta.1";
442
+ var version = "5.2.1-beta.3";
443
443
 
444
444
  //#endregion
445
445
  //#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.2.1-beta.1",
3
+ "version": "5.2.1-beta.3",
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",
@@ -48,19 +48,19 @@
48
48
  "@typescript-eslint/types": "^8.58.1",
49
49
  "@typescript-eslint/utils": "^8.58.1",
50
50
  "ts-api-utils": "^2.5.0",
51
- "@eslint-react/eslint": "5.2.1-beta.1",
52
- "eslint-plugin-react-jsx": "5.2.1-beta.1",
53
- "eslint-plugin-react-dom": "5.2.1-beta.1",
54
- "eslint-plugin-react-naming-convention": "5.2.1-beta.1",
55
- "@eslint-react/shared": "5.2.1-beta.1",
56
- "eslint-plugin-react-rsc": "5.2.1-beta.1",
57
- "eslint-plugin-react-web-api": "5.2.1-beta.1",
58
- "eslint-plugin-react-x": "5.2.1-beta.1"
51
+ "@eslint-react/eslint": "5.2.1-beta.3",
52
+ "@eslint-react/shared": "5.2.1-beta.3",
53
+ "eslint-plugin-react-dom": "5.2.1-beta.3",
54
+ "eslint-plugin-react-jsx": "5.2.1-beta.3",
55
+ "eslint-plugin-react-rsc": "5.2.1-beta.3",
56
+ "eslint-plugin-react-naming-convention": "5.2.1-beta.3",
57
+ "eslint-plugin-react-web-api": "5.2.1-beta.3",
58
+ "eslint-plugin-react-x": "5.2.1-beta.3"
59
59
  },
60
60
  "devDependencies": {
61
61
  "tsdown": "^0.21.7",
62
- "@local/eff": "3.0.0-beta.72",
63
- "@local/configs": "0.0.0"
62
+ "@local/configs": "0.0.0",
63
+ "@local/eff": "3.0.0-beta.72"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "eslint": "^10.2.0",