|
2 | 2 | "name": "@coderwyd/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "2.7.1",
|
5 |
| - "packageManager": "pnpm@9.9.0", |
| 5 | + "packageManager": "pnpm@9.10.0", |
6 | 6 | "description": "Donny's ESLint config",
|
7 | 7 | "author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
|
8 | 8 | "license": "MIT",
|
|
83 | 83 | "dependencies": {
|
84 | 84 | "@antfu/install-pkg": "^0.4.1",
|
85 | 85 | "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
86 |
| - "@stylistic/eslint-plugin": "^2.7.2", |
| 86 | + "@stylistic/eslint-plugin": "^2.8.0", |
87 | 87 | "@toml-tools/parser": "^1.0.0",
|
88 |
| - "@typescript-eslint/eslint-plugin": "^8.4.0", |
89 |
| - "@typescript-eslint/parser": "^8.4.0", |
90 |
| - "@vitest/eslint-plugin": "^1.1.0", |
| 88 | + "@typescript-eslint/eslint-plugin": "^8.5.0", |
| 89 | + "@typescript-eslint/parser": "^8.5.0", |
| 90 | + "@vitest/eslint-plugin": "^1.1.1", |
91 | 91 | "eslint-config-flat-gitignore": "^0.3.0",
|
92 | 92 | "eslint-merge-processors": "^0.1.0",
|
93 | 93 | "eslint-plugin-antfu": "^2.6.0",
|
|
99 | 99 | "eslint-plugin-jsonc": "^2.16.0",
|
100 | 100 | "eslint-plugin-n": "^17.10.2",
|
101 | 101 | "eslint-plugin-no-only-tests": "^3.3.0",
|
102 |
| - "eslint-plugin-perfectionist": "^3.4.0", |
| 102 | + "eslint-plugin-perfectionist": "^3.5.0", |
103 | 103 | "eslint-plugin-regexp": "^2.6.0",
|
104 | 104 | "eslint-plugin-unicorn": "^55.0.0",
|
105 | 105 | "eslint-plugin-unused-imports": "^4.1.3",
|
|
118 | 118 | },
|
119 | 119 | "devDependencies": {
|
120 | 120 | "@antfu/ni": "^0.23.0",
|
121 |
| - "@eslint-react/eslint-plugin": "^1.13.1", |
| 121 | + "@eslint-react/eslint-plugin": "^1.14.1", |
122 | 122 | "@eslint/config-inspector": "^0.5.4",
|
123 |
| - "@stylistic/eslint-plugin-migrate": "^2.7.2", |
124 |
| - "@types/eslint": "^9.6.1", |
| 123 | + "@stylistic/eslint-plugin-migrate": "^2.8.0", |
125 | 124 | "@types/fs-extra": "^11.0.4",
|
126 | 125 | "@types/node": "^22.5.4",
|
127 | 126 | "@types/prompts": "^2.4.9",
|
|
143 | 142 | "svelte": "^4.2.19",
|
144 | 143 | "svelte-eslint-parser": "^0.41.0",
|
145 | 144 | "tsup": "^8.2.4",
|
146 |
| - "tsx": "^4.19.0", |
147 |
| - "typescript": "^5.5.4" |
| 145 | + "tsx": "^4.19.1", |
| 146 | + "typescript": "^5.6.2" |
148 | 147 | },
|
149 | 148 | "simple-git-hooks": {
|
150 | 149 | "pre-commit": "pnpx nano-staged"
|
|
0 commit comments