|
2 | 2 | "name": "@coderwyd/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "2.6.0",
|
5 |
| - "packageManager": "pnpm@9.5.0", |
| 5 | + "packageManager": "pnpm@9.6.0", |
6 | 6 | "description": "Donny's ESLint config",
|
7 | 7 | "author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
|
8 | 8 | "license": "MIT",
|
|
84 | 84 | "@antfu/install-pkg": "^0.3.3",
|
85 | 85 | "@stylistic/eslint-plugin": "^2.6.0-beta.0",
|
86 | 86 | "@toml-tools/parser": "^1.0.0",
|
87 |
| - "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.41", |
88 |
| - "@typescript-eslint/parser": "^8.0.0-alpha.41", |
| 87 | + "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.51", |
| 88 | + "@typescript-eslint/parser": "^8.0.0-alpha.51", |
89 | 89 | "eslint-config-flat-gitignore": "^0.1.8",
|
90 | 90 | "eslint-merge-processors": "^0.1.0",
|
91 | 91 | "eslint-plugin-antfu": "^2.3.4",
|
92 | 92 | "eslint-plugin-command": "^0.2.3",
|
93 | 93 | "eslint-plugin-eslint-comments": "^3.2.0",
|
94 | 94 | "eslint-plugin-format": "^0.1.2",
|
95 | 95 | "eslint-plugin-import-x": "^3.0.1",
|
96 |
| - "eslint-plugin-jsdoc": "^48.7.0", |
| 96 | + "eslint-plugin-jsdoc": "^48.8.3", |
97 | 97 | "eslint-plugin-jsonc": "^2.16.0",
|
98 | 98 | "eslint-plugin-n": "^17.9.0",
|
99 | 99 | "eslint-plugin-no-only-tests": "^3.1.0",
|
100 |
| - "eslint-plugin-perfectionist": "^2.11.0", |
| 100 | + "eslint-plugin-perfectionist": "^3.0.0", |
101 | 101 | "eslint-plugin-regexp": "^2.6.0",
|
102 | 102 | "eslint-plugin-unicorn": "^54.0.0",
|
103 |
| - "eslint-plugin-unused-imports": "^4.0.0", |
| 103 | + "eslint-plugin-unused-imports": "^4.0.1", |
104 | 104 | "eslint-plugin-vitest": "^0.5.4",
|
105 | 105 | "eslint-plugin-vue": "^9.27.0",
|
106 | 106 | "eslint-processor-vue-blocks": "^0.1.2",
|
|
117 | 117 | },
|
118 | 118 | "devDependencies": {
|
119 | 119 | "@antfu/ni": "^0.22.0",
|
120 |
| - "@eslint-react/eslint-plugin": "^1.5.28", |
| 120 | + "@eslint-react/eslint-plugin": "^1.5.30", |
121 | 121 | "@eslint/config-inspector": "^0.5.2",
|
122 | 122 | "@stylistic/eslint-plugin-migrate": "^2.3.0",
|
123 |
| - "@types/eslint": "^8.56.10", |
| 123 | + "@types/eslint": "^8.56.11", |
124 | 124 | "@types/fs-extra": "^11.0.4",
|
125 |
| - "@types/node": "^20.14.10", |
| 125 | + "@types/node": "^20.14.11", |
126 | 126 | "@types/prompts": "^2.4.9",
|
127 | 127 | "@types/yargs": "^17.0.32",
|
128 | 128 | "@unocss/eslint-plugin": "^0.61.5",
|
129 | 129 | "bumpp": "^9.4.1",
|
130 | 130 | "eslint": "^9.7.0",
|
131 | 131 | "eslint-plugin-react-hooks": "^4.6.2",
|
132 |
| - "eslint-plugin-react-refresh": "^0.4.8", |
| 132 | + "eslint-plugin-react-refresh": "^0.4.9", |
133 | 133 | "eslint-plugin-svelte": "2.43.0",
|
134 | 134 | "eslint-plugin-tailwindcss": "^3.17.4",
|
135 | 135 | "execa": "^9.3.0",
|
|
139 | 139 | "rimraf": "^6.0.1",
|
140 | 140 | "simple-git-hooks": "^2.11.1",
|
141 | 141 | "svelte": "^4.2.18",
|
142 |
| - "svelte-eslint-parser": "^0.40.0", |
143 |
| - "tsup": "^8.1.2", |
| 142 | + "svelte-eslint-parser": "^0.41.0", |
| 143 | + "tsup": "^8.2.2", |
144 | 144 | "tsx": "^4.16.2",
|
145 |
| - "typescript": "^5.5.3" |
| 145 | + "typescript": "^5.5.4" |
146 | 146 | },
|
147 | 147 | "simple-git-hooks": {
|
148 | 148 | "pre-commit": "pnpx nano-staged"
|
|
0 commit comments