|
2 | 2 | "name": "eslint-vitest-rule-tester",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "1.1.0",
|
5 |
| - "packageManager": "pnpm@9.15.4", |
| 5 | + "packageManager": "pnpm@10.6.2", |
6 | 6 | "description": "ESLint rule tester with Vitest",
|
7 | 7 | "author": "Anthony Fu <[email protected]>",
|
8 | 8 | "license": "MIT",
|
|
51 | 51 | "vitest": "^1.0.0 || ^2.0.0 || ^3.0.0"
|
52 | 52 | },
|
53 | 53 | "dependencies": {
|
54 |
| - "@antfu/utils": "^8.1.0", |
| 54 | + "@antfu/utils": "^9.1.0", |
55 | 55 | "@types/eslint": "^9.6.1",
|
56 |
| - "@typescript-eslint/utils": "^8.20.0" |
| 56 | + "@typescript-eslint/utils": "^8.26.1" |
57 | 57 | },
|
58 | 58 | "devDependencies": {
|
59 |
| - "@antfu/eslint-config": "^3.14.0", |
60 |
| - "@antfu/ni": "^23.2.0", |
61 |
| - "@types/node": "^22.10.7", |
| 59 | + "@antfu/eslint-config": "^4.8.1", |
| 60 | + "@antfu/ni": "^24.1.0", |
| 61 | + "@types/node": "^22.13.10", |
| 62 | + "@typescript-eslint/parser": "^8.26.1", |
62 | 63 | "ajv": "^6.12.6",
|
63 |
| - "bumpp": "^9.10.1", |
64 |
| - "eslint": "^9.18.0", |
| 64 | + "bumpp": "^10.1.0", |
| 65 | + "eslint": "^9.22.0", |
65 | 66 | "esno": "^4.8.0",
|
66 |
| - "lint-staged": "^15.4.1", |
67 |
| - "pnpm": "^9.15.4", |
| 67 | + "lint-staged": "^15.4.3", |
| 68 | + "pnpm": "^10.6.2", |
68 | 69 | "rimraf": "^6.0.1",
|
69 | 70 | "simple-git-hooks": "^2.11.1",
|
70 |
| - "taze": "^18.2.0", |
71 |
| - "typescript": "^5.7.3", |
72 |
| - "unbuild": "^3.3.1", |
73 |
| - "vite": "^6.0.7", |
74 |
| - "vitest": "^3.0.1" |
| 71 | + "taze": "^19.0.2", |
| 72 | + "typescript": "^5.8.2", |
| 73 | + "unbuild": "^3.5.0", |
| 74 | + "vite": "^6.2.1", |
| 75 | + "vitest": "^3.0.8" |
75 | 76 | },
|
76 | 77 | "simple-git-hooks": {
|
77 | 78 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments