|
2 | 2 | "name": "eslint-plugin-antfu", |
3 | 3 | "type": "module", |
4 | 4 | "version": "2.7.0", |
5 | | - "packageManager": "pnpm@9.11.0", |
| 5 | + "packageManager": "pnpm@9.15.4", |
6 | 6 | "description": "Anthony extended ESLint rules", |
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com>", |
8 | 8 | "license": "MIT", |
|
13 | 13 | "url": "git+https://github.com/antfu/eslint-plugin-antfu.git" |
14 | 14 | }, |
15 | 15 | "bugs": "https://github.com/antfu/eslint-plugin-antfu/issues", |
16 | | - "keywords": [], |
| 16 | + "keywords": [ |
| 17 | + "eslint-plugin" |
| 18 | + ], |
17 | 19 | "sideEffects": false, |
18 | 20 | "exports": { |
19 | 21 | ".": { |
20 | | - "types": "./dist/index.d.ts", |
21 | | - "import": "./dist/index.mjs", |
22 | | - "require": "./dist/index.cjs" |
| 22 | + "types": "./dist/index.d.mts", |
| 23 | + "default": "./dist/index.mjs" |
23 | 24 | } |
24 | 25 | }, |
25 | 26 | "main": "./dist/index.mjs", |
26 | 27 | "module": "./dist/index.mjs", |
27 | | - "types": "./dist/index.d.ts", |
| 28 | + "types": "./dist/index.d.mts", |
28 | 29 | "files": [ |
29 | 30 | "dist" |
30 | 31 | ], |
|
42 | 43 | "peerDependencies": { |
43 | 44 | "eslint": "*" |
44 | 45 | }, |
45 | | - "dependencies": { |
46 | | - "@antfu/utils": "^0.7.10" |
47 | | - }, |
48 | 46 | "devDependencies": { |
49 | | - "@antfu/eslint-config": "^3.7.1", |
50 | | - "@antfu/ni": "^0.23.0", |
| 47 | + "@antfu/eslint-config": "^4.0.0", |
| 48 | + "@antfu/ni": "^23.2.0", |
| 49 | + "@antfu/utils": "^8.1.0", |
51 | 50 | "@types/eslint": "^9.6.1", |
52 | 51 | "@types/lodash.merge": "^4.6.9", |
53 | | - "@types/node": "^22.5.5", |
| 52 | + "@types/node": "^22.10.10", |
54 | 53 | "@types/semver": "^7.5.8", |
55 | | - "@typescript-eslint/typescript-estree": "^8.6.0", |
56 | | - "@typescript-eslint/utils": "^8.6.0", |
57 | | - "bumpp": "^9.5.2", |
58 | | - "eslint": "^9.10.0", |
| 54 | + "@typescript-eslint/typescript-estree": "^8.21.0", |
| 55 | + "@typescript-eslint/utils": "^8.21.0", |
| 56 | + "bumpp": "^9.10.2", |
| 57 | + "eslint": "^9.19.0", |
59 | 58 | "eslint-define-config": "^2.1.0", |
60 | | - "eslint-vitest-rule-tester": "^0.6.1", |
61 | | - "esno": "^4.7.0", |
| 59 | + "eslint-vitest-rule-tester": "^1.1.0", |
| 60 | + "esno": "^4.8.0", |
62 | 61 | "jsonc-eslint-parser": "^2.4.0", |
63 | | - "lint-staged": "^15.2.10", |
| 62 | + "lint-staged": "^15.4.2", |
64 | 63 | "lodash.merge": "4.6.2", |
65 | | - "pnpm": "^9.11.0", |
| 64 | + "pnpm": "^9.15.4", |
66 | 65 | "semver": "^7.6.3", |
67 | 66 | "simple-git-hooks": "^2.11.1", |
68 | | - "tsup": "^8.3.0", |
69 | | - "tsx": "^4.19.1", |
70 | | - "typescript": "^5.6.2", |
71 | | - "unbuild": "^2.0.0", |
72 | | - "vite": "^5.4.6", |
73 | | - "vitest": "^2.1.1" |
| 67 | + "tsup": "^8.3.5", |
| 68 | + "tsx": "^4.19.2", |
| 69 | + "typescript": "^5.7.3", |
| 70 | + "unbuild": "^3.3.1", |
| 71 | + "vite": "^6.0.11", |
| 72 | + "vitest": "^3.0.4" |
74 | 73 | }, |
75 | 74 | "resolutions": { |
76 | 75 | "eslint-plugin-antfu": "workspace:*" |
|
0 commit comments