|
2 | 2 | "name": "@coderwyd/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "4.0.1",
|
5 |
| - "packageManager": "pnpm@10.4.1", |
| 5 | + "packageManager": "pnpm@10.5.2", |
6 | 6 | "description": "Donny's ESLint config",
|
7 | 7 | "author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
|
8 | 8 | "license": "MIT",
|
|
86 | 86 | "@typescript-eslint/parser": "^8.25.0",
|
87 | 87 | "@vitest/eslint-plugin": "^1.1.36",
|
88 | 88 | "eslint-config-flat-gitignore": "^2.1.0",
|
89 |
| - "eslint-config-prettier": "^10.0.1", |
| 89 | + "eslint-config-prettier": "^10.0.2", |
90 | 90 | "eslint-plugin-antfu": "^3.1.0",
|
91 | 91 | "eslint-plugin-command": "^3.1.0",
|
92 | 92 | "eslint-plugin-de-morgan": "^1.2.0",
|
93 | 93 | "eslint-plugin-eslint-comments": "^3.2.0",
|
94 | 94 | "eslint-plugin-import-x": "^4.6.1",
|
95 | 95 | "eslint-plugin-jsdoc": "^50.6.3",
|
96 | 96 | "eslint-plugin-jsonc": "^2.19.1",
|
97 |
| - "eslint-plugin-n": "^17.15.1", |
| 97 | + "eslint-plugin-n": "^17.16.1", |
98 | 98 | "eslint-plugin-no-only-tests": "^3.3.0",
|
99 | 99 | "eslint-plugin-perfectionist": "^4.9.0",
|
100 | 100 | "eslint-plugin-regexp": "^2.7.0",
|
|
104 | 104 | "eslint-typegen": "^2.0.0",
|
105 | 105 | "globals": "^16.0.0",
|
106 | 106 | "jsonc-eslint-parser": "^2.4.0",
|
107 |
| - "local-pkg": "^1.0.0", |
| 107 | + "local-pkg": "^1.1.0", |
108 | 108 | "parse-gitignore": "^2.0.0",
|
109 | 109 | "picocolors": "^1.1.1",
|
110 |
| - "prettier": "^3.5.2", |
| 110 | + "prettier": "^3.5.3", |
111 | 111 | "prompts": "^2.4.2",
|
112 | 112 | "vue-eslint-parser": "^9.4.3",
|
113 | 113 | "yargs": "^17.7.2"
|
114 | 114 | },
|
115 | 115 | "devDependencies": {
|
116 | 116 | "@antfu/ni": "^23.3.1",
|
117 |
| - "@eslint-react/eslint-plugin": "^1.27.0", |
| 117 | + "@eslint-react/eslint-plugin": "^1.29.0", |
118 | 118 | "@eslint/config-inspector": "^1.0.1",
|
119 | 119 | "@types/eslint-config-prettier": "^6.11.3",
|
120 | 120 | "@types/node": "^22.13.8",
|
121 | 121 | "@types/prompts": "^2.4.9",
|
122 | 122 | "@types/yargs": "^17.0.33",
|
123 |
| - "@unocss/eslint-plugin": "^66.0.0", |
| 123 | + "@unocss/eslint-plugin": "^66.1.0-beta.3", |
124 | 124 | "bumpp": "^10.0.3",
|
125 | 125 | "eslint": "^9.21.0",
|
126 | 126 | "eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
|
127 |
| - "eslint-plugin-react-hooks": "^5.1.0", |
| 127 | + "eslint-plugin-react-hooks": "^5.2.0", |
128 | 128 | "eslint-plugin-react-refresh": "^0.4.19",
|
129 |
| - "eslint-plugin-svelte": "^2.46.1", |
| 129 | + "eslint-plugin-svelte": "^3.0.2", |
130 | 130 | "eslint-plugin-tailwindcss": "^3.18.0",
|
131 | 131 | "jiti": "^2.4.2",
|
132 | 132 | "nano-staged": "^0.8.0",
|
133 | 133 | "simple-git-hooks": "^2.11.1",
|
134 |
| - "svelte": "^5.20.4", |
135 |
| - "svelte-eslint-parser": "^0.43.0", |
| 134 | + "svelte": "^5.20.5", |
| 135 | + "svelte-eslint-parser": "^1.0.0", |
136 | 136 | "tsup": "^8.4.0",
|
137 |
| - "typescript": "^5.7.3" |
| 137 | + "typescript": "^5.8.2" |
138 | 138 | },
|
139 | 139 | "simple-git-hooks": {
|
140 | 140 | "pre-commit": "pnpm exec nano-staged"
|
|
0 commit comments