Skip to content

Commit 0da8617

Browse files
committed
chore: update deps
1 parent 085e2b8 commit 0da8617

File tree

2 files changed

+467
-639
lines changed

2 files changed

+467
-639
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eslint-config-flat-gitignore",
33
"type": "module",
44
"version": "1.0.0",
5-
"packageManager": "[email protected].3",
5+
"packageManager": "[email protected].4",
66
"description": ".gitignore support for ESLint Flat Config",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -54,23 +54,23 @@
5454
"eslint": "^9.5.0"
5555
},
5656
"dependencies": {
57-
"@eslint/compat": "^1.2.4"
57+
"@eslint/compat": "^1.2.5"
5858
},
5959
"devDependencies": {
60-
"@antfu/eslint-config": "^3.12.2",
61-
"@antfu/ni": "^23.2.0",
62-
"@antfu/utils": "^8.0.0",
63-
"@types/node": "^22.10.5",
64-
"bumpp": "^9.10.0",
65-
"eslint": "^9.17.0",
60+
"@antfu/eslint-config": "^4.1.0",
61+
"@antfu/ni": "^23.3.0",
62+
"@antfu/utils": "^8.1.0",
63+
"@types/node": "^22.12.0",
64+
"bumpp": "^10.0.1",
65+
"eslint": "^9.19.0",
6666
"esno": "^4.8.0",
67-
"lint-staged": "^15.3.0",
68-
"pnpm": "^9.15.3",
67+
"lint-staged": "^15.4.3",
68+
"pnpm": "^9.15.4",
6969
"simple-git-hooks": "^2.11.1",
7070
"typescript": "^5.7.3",
71-
"unbuild": "^3.2.0",
72-
"vite": "^6.0.7",
73-
"vitest": "^2.1.8"
71+
"unbuild": "^3.3.1",
72+
"vite": "^6.0.11",
73+
"vitest": "^3.0.4"
7474
},
7575
"simple-git-hooks": {
7676
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)