@eslint-react/eslint-plugin 1.45.4-next.1 → 1.45.4-next.4

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
@@ -12,7 +12,7 @@ A series of composable ESLint rules for React and friends.
12
12
  - [Features](#features)
13
13
  - [Public Packages](#public-packages)
14
14
  - [Modular](#modular)
15
- - [All-In-One](#all-in-one)
15
+ - [Unified](#unified)
16
16
  - [Installation](#installation)
17
17
  - [Install](#install)
18
18
  - [Setup](#setup)
@@ -53,9 +53,9 @@ A series of composable ESLint rules for React and friends.
53
53
  > [!NOTE]\
54
54
  > ESLint React requires the following minimum versions:
55
55
  >
56
- > - `node@18.18.0`
57
- > - `eslint@8.57.0`
58
- > - `typescript@4.9.5`
56
+ > - Node.js: 18.18.0
57
+ > - ESLint: 8.57.0
58
+ > - TypeScript: 4.9.5
59
59
 
60
60
  ### Install
61
61
 
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ var __export = (target, all) => {
25
25
 
26
26
  // package.json
27
27
  var name = "@eslint-react/eslint-plugin";
28
- var version = "1.45.4-next.1";
28
+ var version = "1.45.4-next.4";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ var __export = (target, all) => {
14
14
 
15
15
  // package.json
16
16
  var name = "@eslint-react/eslint-plugin";
17
- var version = "1.45.4-next.1";
17
+ var version = "1.45.4-next.4";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.45.4-next.1",
3
+ "version": "1.45.4-next.4",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -50,15 +50,15 @@
50
50
  "@typescript-eslint/type-utils": "^8.29.1",
51
51
  "@typescript-eslint/types": "^8.29.1",
52
52
  "@typescript-eslint/utils": "^8.29.1",
53
- "@eslint-react/eff": "1.45.4-next.1",
54
- "eslint-plugin-react-debug": "1.45.4-next.1",
55
- "eslint-plugin-react-dom": "1.45.4-next.1",
56
- "eslint-plugin-react-hooks-extra": "1.45.4-next.1",
57
- "@eslint-react/kit": "1.45.4-next.1",
58
- "@eslint-react/shared": "1.45.4-next.1",
59
- "eslint-plugin-react-web-api": "1.45.4-next.1",
60
- "eslint-plugin-react-naming-convention": "1.45.4-next.1",
61
- "eslint-plugin-react-x": "1.45.4-next.1"
53
+ "@eslint-react/kit": "1.45.4-next.4",
54
+ "@eslint-react/shared": "1.45.4-next.4",
55
+ "@eslint-react/eff": "1.45.4-next.4",
56
+ "eslint-plugin-react-dom": "1.45.4-next.4",
57
+ "eslint-plugin-react-debug": "1.45.4-next.4",
58
+ "eslint-plugin-react-naming-convention": "1.45.4-next.4",
59
+ "eslint-plugin-react-hooks-extra": "1.45.4-next.4",
60
+ "eslint-plugin-react-web-api": "1.45.4-next.4",
61
+ "eslint-plugin-react-x": "1.45.4-next.4"
62
62
  },
63
63
  "devDependencies": {
64
64
  "tsup": "^8.4.0",