@eslint-react/eslint-plugin 4.2.0-beta.2 → 4.2.0-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 (3) hide show
  1. package/README.md +0 -1
  2. package/dist/index.js +1 -1
  3. package/package.json +10 -10
package/README.md CHANGED
@@ -23,7 +23,6 @@
23
23
  - [Bare Bones](#bare-bones)
24
24
  - [General Purpose](#general-purpose)
25
25
  - [TypeScript Specialized](#typescript-specialized)
26
- - [Category Based](#category-based)
27
26
  - [Other](#other)
28
27
  - [Rules](#rules)
29
28
  - [Benchmark](#benchmark)
package/dist/index.js CHANGED
@@ -452,7 +452,7 @@ const settings = { ...settings$1 };
452
452
  //#endregion
453
453
  //#region package.json
454
454
  var name = "@eslint-react/eslint-plugin";
455
- var version = "4.2.0-beta.2";
455
+ var version = "4.2.0-beta.3";
456
456
 
457
457
  //#endregion
458
458
  //#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": "4.2.0-beta.2",
3
+ "version": "4.2.0-beta.3",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -47,18 +47,18 @@
47
47
  "@typescript-eslint/types": "^8.58.0",
48
48
  "@typescript-eslint/utils": "^8.58.0",
49
49
  "ts-api-utils": "^2.5.0",
50
- "@eslint-react/shared": "4.2.0-beta.2",
51
- "eslint-plugin-react-jsx": "4.2.0-beta.2",
52
- "eslint-plugin-react-naming-convention": "4.2.0-beta.2",
53
- "eslint-plugin-react-dom": "4.2.0-beta.2",
54
- "eslint-plugin-react-rsc": "4.2.0-beta.2",
55
- "eslint-plugin-react-web-api": "4.2.0-beta.2",
56
- "eslint-plugin-react-x": "4.2.0-beta.2"
50
+ "@eslint-react/shared": "4.2.0-beta.3",
51
+ "eslint-plugin-react-dom": "4.2.0-beta.3",
52
+ "eslint-plugin-react-naming-convention": "4.2.0-beta.3",
53
+ "eslint-plugin-react-jsx": "4.2.0-beta.3",
54
+ "eslint-plugin-react-rsc": "4.2.0-beta.3",
55
+ "eslint-plugin-react-x": "4.2.0-beta.3",
56
+ "eslint-plugin-react-web-api": "4.2.0-beta.3"
57
57
  },
58
58
  "devDependencies": {
59
59
  "tsdown": "^0.21.7",
60
- "@local/configs": "0.0.0",
61
- "@local/eff": "3.0.0-beta.72"
60
+ "@local/eff": "3.0.0-beta.72",
61
+ "@local/configs": "0.0.0"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "eslint": "^10.0.0",