|
2 | 2 | "name": "eslint-vitest-rule-tester",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "2.1.0",
|
5 |
| - "packageManager": "pnpm@10.6.2", |
| 5 | + "packageManager": "pnpm@10.7.0", |
6 | 6 | "description": "ESLint rule tester with Vitest",
|
7 | 7 | "author": "Anthony Fu <[email protected]>",
|
8 | 8 | "license": "MIT",
|
|
45 | 45 | },
|
46 | 46 | "dependencies": {
|
47 | 47 | "@types/eslint": "^9.6.1",
|
48 |
| - "@typescript-eslint/utils": "^8.26.1" |
| 48 | + "@typescript-eslint/utils": "^8.28.0" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "@antfu/eslint-config": "^4.8.1", |
52 |
| - "@antfu/ni": "^24.1.0", |
| 51 | + "@antfu/eslint-config": "^4.11.0", |
| 52 | + "@antfu/ni": "^24.3.0", |
53 | 53 | "@antfu/utils": "^9.1.0",
|
54 |
| - "@types/node": "^22.13.10", |
55 |
| - "@typescript-eslint/parser": "^8.26.1", |
| 54 | + "@types/node": "^22.13.14", |
| 55 | + "@typescript-eslint/parser": "^8.28.0", |
56 | 56 | "ajv": "^6.12.6",
|
57 | 57 | "bumpp": "^10.1.0",
|
58 |
| - "eslint": "^9.22.0", |
59 |
| - "lint-staged": "^15.4.3", |
60 |
| - "simple-git-hooks": "^2.11.1", |
| 58 | + "eslint": "^9.23.0", |
| 59 | + "lint-staged": "^15.5.0", |
| 60 | + "simple-git-hooks": "^2.12.1", |
61 | 61 | "taze": "^19.0.2",
|
62 | 62 | "tsx": "^4.19.3",
|
63 | 63 | "typescript": "^5.8.2",
|
64 | 64 | "unbuild": "^3.5.0",
|
65 |
| - "vite": "^6.2.1", |
66 |
| - "vitest": "^3.0.8" |
| 65 | + "vite": "^6.2.3", |
| 66 | + "vitest": "^3.0.9" |
67 | 67 | },
|
68 | 68 | "simple-git-hooks": {
|
69 | 69 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments