|
2 | 2 | "name": "@antfu/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "4.2.1",
|
5 |
| - "packageManager": "pnpm@10.4.0", |
| 5 | + "packageManager": "pnpm@10.4.1", |
6 | 6 | "description": "Anthony's ESLint config",
|
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
8 | 8 | "license": "MIT",
|
|
97 | 97 | "@clack/prompts": "^0.10.0",
|
98 | 98 | "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
99 | 99 | "@eslint/markdown": "^6.2.2",
|
100 |
| - "@stylistic/eslint-plugin": "^4.0.0-beta.1", |
101 |
| - "@typescript-eslint/eslint-plugin": "^8.24.0", |
102 |
| - "@typescript-eslint/parser": "^8.24.0", |
| 100 | + "@stylistic/eslint-plugin": "^4.0.0", |
| 101 | + "@typescript-eslint/eslint-plugin": "^8.24.1", |
| 102 | + "@typescript-eslint/parser": "^8.24.1", |
103 | 103 | "@vitest/eslint-plugin": "^1.1.31",
|
104 |
| - "ansis": "^3.14.0", |
105 |
| - "eslint-config-flat-gitignore": "^2.0.0", |
| 104 | + "ansis": "^3.15.0", |
| 105 | + "eslint-config-flat-gitignore": "^2.1.0", |
106 | 106 | "eslint-flat-config-utils": "^2.0.1",
|
107 | 107 | "eslint-merge-processors": "^2.0.0",
|
108 | 108 | "eslint-plugin-antfu": "^3.1.0",
|
|
115 | 115 | "eslint-plugin-perfectionist": "^4.9.0",
|
116 | 116 | "eslint-plugin-regexp": "^2.7.0",
|
117 | 117 | "eslint-plugin-toml": "^0.12.0",
|
118 |
| - "eslint-plugin-unicorn": "^56.0.1", |
| 118 | + "eslint-plugin-unicorn": "^57.0.0", |
119 | 119 | "eslint-plugin-unused-imports": "^4.1.4",
|
120 | 120 | "eslint-plugin-vue": "^9.32.0",
|
121 |
| - "eslint-plugin-yml": "^1.16.0", |
| 121 | + "eslint-plugin-yml": "^1.17.0", |
122 | 122 | "eslint-processor-vue-blocks": "^2.0.0",
|
123 | 123 | "globals": "^15.15.0",
|
124 | 124 | "jsonc-eslint-parser": "^2.4.0",
|
|
135 | 135 | "@eslint-react/eslint-plugin": "^1.26.2",
|
136 | 136 | "@eslint/config-inspector": "^1.0.0",
|
137 | 137 | "@prettier/plugin-xml": "^3.4.1",
|
138 |
| - "@stylistic/eslint-plugin-migrate": "^4.0.0-beta.1", |
| 138 | + "@stylistic/eslint-plugin-migrate": "^4.0.0", |
139 | 139 | "@types/fs-extra": "^11.0.4",
|
140 | 140 | "@types/node": "^22.13.4",
|
141 | 141 | "@types/prompts": "^2.4.9",
|
|
170 | 170 | },
|
171 | 171 | "resolutions": {
|
172 | 172 | "@eslint-community/eslint-utils": "^4.4.1",
|
173 |
| - "@typescript-eslint/utils": "^8.24.0", |
| 173 | + "@typescript-eslint/utils": "^8.24.1", |
174 | 174 | "eslint": "^9.20.1",
|
175 | 175 | "tsx": "^4.19.2"
|
176 | 176 | },
|
|
0 commit comments