|
2 | 2 | "name": "@antfu/eslint-config", |
3 | 3 | "type": "module", |
4 | 4 | "version": "2.1.1", |
5 | | - "packageManager": "pnpm@8.10.5", |
| 5 | + "packageManager": "pnpm@8.11.0", |
6 | 6 | "description": "Anthony's ESLint config", |
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", |
8 | 8 | "license": "MIT", |
|
58 | 58 | }, |
59 | 59 | "dependencies": { |
60 | 60 | "@antfu/eslint-define-config": "^1.23.0-2", |
61 | | - "@antfu/install-pkg": "^0.2.0", |
| 61 | + "@antfu/install-pkg": "^0.3.0", |
62 | 62 | "@eslint-types/jsdoc": "46.8.2-1", |
63 | 63 | "@eslint-types/typescript-eslint": "^6.12.0", |
64 | 64 | "@eslint-types/unicorn": "^49.0.0", |
65 | | - "@stylistic/eslint-plugin": "^1.4.0", |
66 | | - "@typescript-eslint/eslint-plugin": "^6.12.0", |
67 | | - "@typescript-eslint/parser": "^6.12.0", |
| 65 | + "@stylistic/eslint-plugin": "^1.4.1", |
| 66 | + "@typescript-eslint/eslint-plugin": "^6.13.1", |
| 67 | + "@typescript-eslint/parser": "^6.13.1", |
68 | 68 | "eslint-config-flat-gitignore": "^0.1.1", |
69 | | - "eslint-plugin-antfu": "^1.0.10", |
| 69 | + "eslint-plugin-antfu": "^1.0.11", |
70 | 70 | "eslint-plugin-eslint-comments": "^3.2.0", |
71 | 71 | "eslint-plugin-i": "^2.29.0", |
72 | 72 | "eslint-plugin-jsdoc": "^46.9.0", |
73 | 73 | "eslint-plugin-jsonc": "^2.10.0", |
74 | 74 | "eslint-plugin-markdown": "^3.0.1", |
75 | 75 | "eslint-plugin-n": "^16.3.1", |
76 | 76 | "eslint-plugin-no-only-tests": "^3.1.0", |
77 | | - "eslint-plugin-perfectionist": "^2.4.0", |
| 77 | + "eslint-plugin-perfectionist": "^2.5.0", |
78 | 78 | "eslint-plugin-unicorn": "^49.0.0", |
79 | 79 | "eslint-plugin-unused-imports": "^3.0.0", |
80 | 80 | "eslint-plugin-vitest": "^0.3.10", |
81 | | - "eslint-plugin-vue": "^9.18.1", |
| 81 | + "eslint-plugin-vue": "^9.19.1", |
82 | 82 | "eslint-plugin-yml": "^1.10.0", |
83 | 83 | "globals": "^13.23.0", |
84 | 84 | "jsonc-eslint-parser": "^2.4.0", |
|
92 | 92 | }, |
93 | 93 | "devDependencies": { |
94 | 94 | "@antfu/eslint-config": "workspace:*", |
95 | | - "@antfu/ni": "^0.21.10", |
96 | | - "@stylistic/eslint-plugin-migrate": "^1.4.0", |
97 | | - "@types/eslint": "^8.44.7", |
| 95 | + "@antfu/ni": "^0.21.12", |
| 96 | + "@stylistic/eslint-plugin-migrate": "^1.4.1", |
| 97 | + "@types/eslint": "^8.44.8", |
98 | 98 | "@types/fs-extra": "^11.0.4", |
99 | | - "@types/node": "^20.9.4", |
| 99 | + "@types/node": "^20.10.1", |
100 | 100 | "@types/prompts": "^2.4.9", |
101 | 101 | "@types/yargs": "^17.0.32", |
102 | 102 | "@unocss/eslint-plugin": "^0.57.7", |
|
109 | 109 | "esno": "^4.0.0", |
110 | 110 | "execa": "^8.0.1", |
111 | 111 | "fast-glob": "^3.3.2", |
112 | | - "fs-extra": "^11.1.1", |
| 112 | + "fs-extra": "^11.2.0", |
113 | 113 | "lint-staged": "^15.1.0", |
114 | 114 | "rimraf": "^5.0.5", |
115 | 115 | "simple-git-hooks": "^2.9.0", |
|
0 commit comments