Skip to content

Commit c99dd99

Browse files
committed
chore: update deps
1 parent d6c6f51 commit c99dd99

File tree

4 files changed

+1291
-1420
lines changed

4 files changed

+1291
-1420
lines changed

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eslint-vitest-rule-tester",
33
"type": "module",
44
"version": "1.1.0",
5-
"packageManager": "pnpm@9.15.4",
5+
"packageManager": "pnpm@10.6.2",
66
"description": "ESLint rule tester with Vitest",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -51,27 +51,28 @@
5151
"vitest": "^1.0.0 || ^2.0.0 || ^3.0.0"
5252
},
5353
"dependencies": {
54-
"@antfu/utils": "^8.1.0",
54+
"@antfu/utils": "^9.1.0",
5555
"@types/eslint": "^9.6.1",
56-
"@typescript-eslint/utils": "^8.20.0"
56+
"@typescript-eslint/utils": "^8.26.1"
5757
},
5858
"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",
6263
"ajv": "^6.12.6",
63-
"bumpp": "^9.10.1",
64-
"eslint": "^9.18.0",
64+
"bumpp": "^10.1.0",
65+
"eslint": "^9.22.0",
6566
"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",
6869
"rimraf": "^6.0.1",
6970
"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"
7576
},
7677
"simple-git-hooks": {
7778
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)