Skip to content

Commit 5bef808

Browse files
committed
chore: update deps
1 parent 169ac29 commit 5bef808

File tree

3 files changed

+507
-295
lines changed

3 files changed

+507
-295
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eslint-vitest-rule-tester",
33
"type": "module",
44
"version": "2.1.0",
5-
"packageManager": "pnpm@10.6.2",
5+
"packageManager": "pnpm@10.7.0",
66
"description": "ESLint rule tester with Vitest",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -45,25 +45,25 @@
4545
},
4646
"dependencies": {
4747
"@types/eslint": "^9.6.1",
48-
"@typescript-eslint/utils": "^8.26.1"
48+
"@typescript-eslint/utils": "^8.28.0"
4949
},
5050
"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",
5353
"@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",
5656
"ajv": "^6.12.6",
5757
"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",
6161
"taze": "^19.0.2",
6262
"tsx": "^4.19.3",
6363
"typescript": "^5.8.2",
6464
"unbuild": "^3.5.0",
65-
"vite": "^6.2.1",
66-
"vitest": "^3.0.8"
65+
"vite": "^6.2.3",
66+
"vitest": "^3.0.9"
6767
},
6868
"simple-git-hooks": {
6969
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)