@willbooster/eslint-config-ts-react 11.5.14 → 11.6.0

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/README.md +4 -3
  2. package/package.json +18 -18
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # eslint-config-ts-react
2
2
 
3
3
  A ESLint flat config for TypeScript projects using React.
4
- You need to do the following command to install peer dependencies.
4
+ Install the package and its peer dependencies.
5
5
 
6
6
  ```sh
7
7
  yarn add -D @willbooster/eslint-config-ts-react \
8
+ @eslint/js \
8
9
  eslint \
9
10
  eslint-config-flat-gitignore \
10
11
  eslint-config-prettier \
11
- eslint-plugin-import \
12
- eslint-plugin-prettier \
12
+ eslint-plugin-import-x \
13
13
  eslint-plugin-react \
14
14
  eslint-plugin-react-compiler \
15
15
  eslint-plugin-react-hooks \
@@ -17,6 +17,7 @@ yarn add -D @willbooster/eslint-config-ts-react \
17
17
  eslint-plugin-sort-destructure-keys \
18
18
  eslint-plugin-unicorn \
19
19
  eslint-plugin-unused-imports \
20
+ globals \
20
21
  typescript \
21
22
  typescript-eslint \
22
23
  eslint-import-resolver-typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willbooster/eslint-config-ts-react",
3
- "version": "11.5.14",
3
+ "version": "11.6.0",
4
4
  "description": "ESLint flat config for TypeScript React projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,37 +27,37 @@
27
27
  },
28
28
  "prettier": "@willbooster/prettier-config",
29
29
  "dependencies": {
30
- "@willbooster/eslint-config-js-react": "11.5.9",
31
- "@willbooster/eslint-config-ts": "11.4.12"
30
+ "@willbooster/eslint-config-js-react": "11.6.0",
31
+ "@willbooster/eslint-config-ts": "11.5.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@eslint/js": "9.39.1",
35
35
  "@types/eslint": "9.6.1",
36
36
  "@types/micromatch": "4.0.10",
37
- "@types/node": "24.10.1",
38
- "@types/react": "19.2.7",
39
- "@willbooster/prettier-config": "10.2.4",
37
+ "@types/node": "25.5.0",
38
+ "@types/react": "19.2.14",
39
+ "@willbooster/prettier-config": "10.3.0",
40
40
  "eslint": "9.39.1",
41
- "eslint-config-flat-gitignore": "2.1.0",
41
+ "eslint-config-flat-gitignore": "2.2.1",
42
42
  "eslint-config-prettier": "10.1.8",
43
43
  "eslint-import-resolver-typescript": "4.4.4",
44
- "eslint-plugin-import-x": "4.16.1",
44
+ "eslint-plugin-import-x": "4.16.2",
45
45
  "eslint-plugin-react": "7.37.5",
46
46
  "eslint-plugin-react-compiler": "19.1.0-rc.2",
47
47
  "eslint-plugin-react-hooks": "7.0.1",
48
48
  "eslint-plugin-sort-class-members": "1.21.0",
49
- "eslint-plugin-sort-destructure-keys": "2.0.0",
50
- "eslint-plugin-unicorn": "62.0.0",
51
- "eslint-plugin-unused-imports": "4.3.0",
52
- "globals": "16.5.0",
53
- "lint-staged": "16.2.7",
49
+ "eslint-plugin-sort-destructure-keys": "3.0.0",
50
+ "eslint-plugin-unicorn": "63.0.0",
51
+ "eslint-plugin-unused-imports": "4.4.1",
52
+ "globals": "17.4.0",
53
+ "lint-staged": "16.4.0",
54
54
  "micromatch": "4.0.8",
55
- "prettier": "3.7.4",
56
- "prettier-plugin-java": "2.7.7",
57
- "react": "19.2.3",
58
- "sort-package-json": "3.5.0",
55
+ "prettier": "3.8.1",
56
+ "prettier-plugin-java": "2.8.1",
57
+ "react": "19.2.4",
58
+ "sort-package-json": "3.6.1",
59
59
  "typescript": "5.9.3",
60
- "typescript-eslint": "8.48.1",
60
+ "typescript-eslint": "8.57.2",
61
61
  "use-immer": "0.11.0"
62
62
  },
63
63
  "peerDependencies": {