|
2 | 2 | "name": "@coderwyd/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "2.4.0",
|
5 |
| - "packageManager": "pnpm@9.1.0", |
| 5 | + "packageManager": "pnpm@9.1.1", |
6 | 6 | "description": "Donny's ESLint config",
|
7 | 7 | "author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
|
8 | 8 | "license": "MIT",
|
|
80 | 80 | "dependencies": {
|
81 | 81 | "@antfu/install-pkg": "^0.3.3",
|
82 | 82 | "@toml-tools/parser": "^1.0.0",
|
83 |
| - "@typescript-eslint/eslint-plugin": "^7.8.0", |
84 |
| - "@typescript-eslint/parser": "^7.8.0", |
| 83 | + "@typescript-eslint/eslint-plugin": "^7.9.0", |
| 84 | + "@typescript-eslint/parser": "^7.9.0", |
85 | 85 | "eslint-config-flat-gitignore": "^0.1.5",
|
86 | 86 | "eslint-config-prettier": "^9.1.0",
|
87 | 87 | "eslint-plugin-antfu": "^2.2.0",
|
|
90 | 90 | "eslint-plugin-import-x": "^0.5.0",
|
91 | 91 | "eslint-plugin-jsdoc": "^48.2.4",
|
92 | 92 | "eslint-plugin-jsonc": "^2.15.1",
|
93 |
| - "eslint-plugin-n": "^17.5.1", |
| 93 | + "eslint-plugin-n": "^17.6.0", |
94 | 94 | "eslint-plugin-no-only-tests": "^3.1.0",
|
95 | 95 | "eslint-plugin-perfectionist": "^2.10.0",
|
96 | 96 | "eslint-plugin-prettier": "^5.1.3",
|
|
120 | 120 | "@types/node": "^20.12.11",
|
121 | 121 | "@types/prompts": "^2.4.9",
|
122 | 122 | "@types/yargs": "^17.0.32",
|
123 |
| - "@unocss/eslint-plugin": "^0.60.0", |
| 123 | + "@unocss/eslint-plugin": "^0.60.2", |
124 | 124 | "bumpp": "^9.4.1",
|
125 | 125 | "eslint": "9.2.0",
|
126 | 126 | "eslint-plugin-react": "^7.34.1",
|
127 | 127 | "eslint-plugin-react-hooks": "^4.6.2",
|
128 | 128 | "eslint-plugin-react-refresh": "^0.4.7",
|
129 | 129 | "eslint-plugin-svelte": "2.39.0",
|
130 |
| - "execa": "^9.0.2", |
| 130 | + "execa": "^9.1.0", |
131 | 131 | "fast-glob": "^3.3.2",
|
132 | 132 | "fs-extra": "^11.2.0",
|
133 | 133 | "lint-staged": "^15.2.2",
|
134 |
| - "rimraf": "^5.0.5", |
| 134 | + "rimraf": "^5.0.7", |
135 | 135 | "simple-git-hooks": "^2.11.1",
|
136 |
| - "svelte": "^4.2.16", |
| 136 | + "svelte": "^4.2.17", |
137 | 137 | "svelte-eslint-parser": "^0.36.0",
|
138 | 138 | "tsup": "^8.0.2",
|
139 |
| - "tsx": "^4.9.3", |
| 139 | + "tsx": "^4.10.2", |
140 | 140 | "typescript": "^5.4.5"
|
141 | 141 | },
|
142 | 142 | "simple-git-hooks": {
|
|
0 commit comments