|
2 | 2 | "name": "@coderwyd/eslint-config", |
3 | 3 | "type": "module", |
4 | 4 | "version": "3.6.0", |
5 | | - "packageManager": "pnpm@9.15.4", |
| 5 | + "packageManager": "pnpm@10.2.1", |
6 | 6 | "description": "Donny's ESLint config", |
7 | 7 | "author": "Donny Wang <[email protected]> (https://github.com/coderwyd/)", |
8 | 8 | "license": "MIT", |
|
18 | 18 | "access": "public" |
19 | 19 | }, |
20 | 20 | "exports": { |
21 | | - ".": { |
22 | | - "types": "./dist/index.d.ts", |
23 | | - "import": "./dist/index.js", |
24 | | - "require": "./dist/index.cjs" |
25 | | - } |
| 21 | + ".": "./dist/index.js" |
26 | 22 | }, |
27 | 23 | "main": "./dist/index.js", |
28 | | - "module": "./dist/index.js", |
29 | 24 | "types": "./dist/index.d.ts", |
30 | 25 | "bin": "./bin/index.js", |
31 | 26 | "files": [ |
|
87 | 82 | "dependencies": { |
88 | 83 | "@antfu/install-pkg": "^1.0.0", |
89 | 84 | "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", |
90 | | - "@typescript-eslint/eslint-plugin": "^8.21.0", |
91 | | - "@typescript-eslint/parser": "^8.21.0", |
| 85 | + "@typescript-eslint/eslint-plugin": "^8.23.0", |
| 86 | + "@typescript-eslint/parser": "^8.23.0", |
92 | 87 | "@vitest/eslint-plugin": "^1.1.25", |
93 | | - "eslint-config-flat-gitignore": "^1.0.1", |
| 88 | + "eslint-config-flat-gitignore": "^2.0.0", |
94 | 89 | "eslint-config-prettier": "^10.0.1", |
95 | | - "eslint-plugin-antfu": "^2.7.0", |
96 | | - "eslint-plugin-command": "^2.1.0", |
| 90 | + "eslint-plugin-antfu": "^3.0.0", |
| 91 | + "eslint-plugin-command": "^3.0.0", |
97 | 92 | "eslint-plugin-eslint-comments": "^3.2.0", |
98 | 93 | "eslint-plugin-import-x": "^4.6.1", |
99 | 94 | "eslint-plugin-jsdoc": "^50.6.3", |
100 | 95 | "eslint-plugin-jsonc": "^2.19.1", |
101 | 96 | "eslint-plugin-n": "^17.15.1", |
102 | 97 | "eslint-plugin-no-only-tests": "^3.3.0", |
103 | | - "eslint-plugin-perfectionist": "^4.7.0", |
| 98 | + "eslint-plugin-perfectionist": "^4.8.0", |
104 | 99 | "eslint-plugin-regexp": "^2.7.0", |
105 | 100 | "eslint-plugin-unicorn": "^56.0.1", |
106 | 101 | "eslint-plugin-unused-imports": "^4.1.4", |
|
121 | 116 | "@eslint-react/eslint-plugin": "^1.26.2", |
122 | 117 | "@eslint/config-inspector": "^1.0.0", |
123 | 118 | "@types/eslint-config-prettier": "^6.11.3", |
124 | | - "@types/node": "^22.10.10", |
| 119 | + "@types/node": "^22.13.1", |
125 | 120 | "@types/prompts": "^2.4.9", |
126 | 121 | "@types/yargs": "^17.0.33", |
127 | 122 | "@unocss/eslint-plugin": "^65.4.3", |
128 | | - "bumpp": "^9.11.1", |
| 123 | + "bumpp": "^10.0.2", |
129 | 124 | "eslint": "^9.19.0", |
130 | 125 | "eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112", |
131 | 126 | "eslint-plugin-react-hooks": "^5.1.0", |
|
135 | 130 | "jiti": "^2.4.2", |
136 | 131 | "nano-staged": "^0.8.0", |
137 | 132 | "simple-git-hooks": "^2.11.1", |
138 | | - "svelte": "^5.19.8", |
| 133 | + "svelte": "^5.19.9", |
139 | 134 | "svelte-eslint-parser": "^0.43.0", |
140 | 135 | "tsup": "^8.3.6", |
141 | 136 | "typescript": "^5.7.3" |
|
0 commit comments