@eslint-react/eslint-plugin 1.22.2-beta.5 → 1.22.2-beta.7

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
@@ -107,7 +107,6 @@ export default tseslint.config({
107
107
  ## Roadmap
108
108
 
109
109
  - [Milestone 2.0 ↗](https://eslint-react.xyz/roadmap#milestone-20)
110
- - [Milestone 3.0 ↗](https://eslint-react.xyz/roadmap#milestone-30-draft)
111
110
 
112
111
  ## Used by
113
112
 
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ var __export = (target, all) => {
26
26
 
27
27
  // package.json
28
28
  var name = "@eslint-react/eslint-plugin";
29
- var version = "1.22.2-beta.5";
29
+ var version = "1.22.2-beta.7";
30
30
 
31
31
  // src/configs/all.ts
32
32
  var all_exports = {};
package/dist/index.mjs CHANGED
@@ -15,7 +15,7 @@ var __export = (target, all) => {
15
15
 
16
16
  // package.json
17
17
  var name = "@eslint-react/eslint-plugin";
18
- var version = "1.22.2-beta.5";
18
+ var version = "1.22.2-beta.7";
19
19
 
20
20
  // src/configs/all.ts
21
21
  var all_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.22.2-beta.5",
3
+ "version": "1.22.2-beta.7",
4
4
  "description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
5
5
  "keywords": [
6
6
  "react",
@@ -48,15 +48,15 @@
48
48
  "@typescript-eslint/type-utils": "^8.18.2",
49
49
  "@typescript-eslint/types": "^8.18.2",
50
50
  "@typescript-eslint/utils": "^8.18.2",
51
- "@eslint-react/eff": "1.22.2-beta.5",
52
- "@eslint-react/shared": "1.22.2-beta.5",
53
- "@eslint-react/types": "1.22.2-beta.5",
54
- "eslint-plugin-react-debug": "1.22.2-beta.5",
55
- "eslint-plugin-react-naming-convention": "1.22.2-beta.5",
56
- "eslint-plugin-react-hooks-extra": "1.22.2-beta.5",
57
- "eslint-plugin-react-dom": "1.22.2-beta.5",
58
- "eslint-plugin-react-x": "1.22.2-beta.5",
59
- "eslint-plugin-react-web-api": "1.22.2-beta.5"
51
+ "@eslint-react/eff": "1.22.2-beta.7",
52
+ "@eslint-react/shared": "1.22.2-beta.7",
53
+ "@eslint-react/types": "1.22.2-beta.7",
54
+ "eslint-plugin-react-debug": "1.22.2-beta.7",
55
+ "eslint-plugin-react-hooks-extra": "1.22.2-beta.7",
56
+ "eslint-plugin-react-dom": "1.22.2-beta.7",
57
+ "eslint-plugin-react-naming-convention": "1.22.2-beta.7",
58
+ "eslint-plugin-react-web-api": "1.22.2-beta.7",
59
+ "eslint-plugin-react-x": "1.22.2-beta.7"
60
60
  },
61
61
  "devDependencies": {
62
62
  "tsup": "^8.3.5",