|
2 | 2 | "name": "eslint-plugin-format", |
3 | 3 | "type": "module", |
4 | 4 | "version": "1.0.2", |
5 | | - "packageManager": "pnpm@10.17.0", |
| 5 | + "packageManager": "pnpm@10.24.0", |
6 | 6 | "description": "Format various languages with formatters in ESLint", |
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com>", |
8 | 8 | "license": "MIT", |
|
70 | 70 | "@dprint/toml": "^0.6.4", |
71 | 71 | "eslint-formatting-reporter": "^0.0.0", |
72 | 72 | "eslint-parser-plain": "^0.1.1", |
73 | | - "prettier": "^3.6.2", |
74 | | - "synckit": "^0.9.3" |
| 73 | + "prettier": "^3.7.4", |
| 74 | + "synckit": "^0.11.11" |
75 | 75 | }, |
76 | 76 | "devDependencies": { |
77 | | - "@antfu/eslint-config": "^5.4.0", |
78 | | - "@antfu/ni": "^26.0.1", |
79 | | - "@antfu/utils": "^9.2.0", |
| 77 | + "@antfu/eslint-config": "^6.3.0", |
| 78 | + "@antfu/ni": "^28.0.0", |
| 79 | + "@antfu/utils": "^9.3.0", |
80 | 80 | "@types/eslint": "^9.6.1", |
81 | | - "@types/node": "^24.5.2", |
82 | | - "bumpp": "^10.2.3", |
83 | | - "eslint": "^9.36.0", |
| 81 | + "@types/node": "^24.10.1", |
| 82 | + "bumpp": "^10.3.2", |
| 83 | + "eslint": "^9.39.1", |
84 | 84 | "eslint-plugin-format": "workspace:*", |
85 | 85 | "esno": "^4.8.0", |
86 | | - "lint-staged": "^16.1.6", |
87 | | - "pnpm": "^10.17.0", |
88 | | - "rimraf": "^6.0.1", |
| 86 | + "lint-staged": "^16.2.7", |
| 87 | + "pnpm": "^10.24.0", |
| 88 | + "rimraf": "^6.1.2", |
89 | 89 | "simple-git-hooks": "^2.13.1", |
90 | | - "typescript": "^5.9.2", |
| 90 | + "typescript": "^5.9.3", |
91 | 91 | "unbuild": "^3.6.1", |
92 | | - "vite": "^7.1.6", |
93 | | - "vitest": "^3.2.4" |
| 92 | + "vite": "^7.2.6", |
| 93 | + "vitest": "^4.0.15" |
94 | 94 | }, |
95 | 95 | "simple-git-hooks": { |
96 | 96 | "pre-commit": "npx lint-staged" |
|
0 commit comments