Skip to content

Commit 549018c

Browse files
committed
chore: update deps
1 parent 2bd9202 commit 549018c

File tree

2 files changed

+558
-801
lines changed

2 files changed

+558
-801
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eslint-processor-vue-blocks",
33
"type": "module",
44
"version": "1.0.0",
5-
"packageManager": "pnpm@9.15.3",
5+
"packageManager": "pnpm@10.2.1",
66
"description": "Create virtual files in ESLint for each Vue SFC block, so that you can lint them individually.",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -56,27 +56,27 @@
5656
"eslint": ">=9.0.0"
5757
},
5858
"devDependencies": {
59-
"@antfu/eslint-config": "^3.12.2",
60-
"@antfu/ni": "^23.2.0",
61-
"@antfu/utils": "^8.0.0",
59+
"@antfu/eslint-config": "^4.1.1",
60+
"@antfu/ni": "^23.3.1",
61+
"@antfu/utils": "^8.1.0",
6262
"@types/eslint": "^9.6.1",
63-
"@types/node": "^22.10.5",
63+
"@types/node": "^22.13.1",
6464
"@vue/compiler-sfc": "^3.5.13",
65-
"bumpp": "^9.10.0",
66-
"eslint": "^9.17.0",
67-
"eslint-merge-processors": "^1.0.0",
65+
"bumpp": "^10.0.2",
66+
"eslint": "^9.20.0",
67+
"eslint-merge-processors": "^2.0.0",
6868
"eslint-plugin-format": "^1.0.1",
6969
"eslint-plugin-vue": "^9.32.0",
7070
"eslint-processor-vue-blocks": "workspace:*",
71-
"lint-staged": "^15.3.0",
72-
"pnpm": "^9.15.3",
71+
"lint-staged": "^15.4.3",
72+
"pnpm": "^10.2.1",
7373
"rimraf": "^6.0.1",
7474
"simple-git-hooks": "^2.11.1",
7575
"tsx": "^4.19.2",
7676
"typescript": "^5.7.3",
77-
"unbuild": "^3.2.0",
78-
"vite": "^6.0.7",
79-
"vitest": "^2.1.8",
77+
"unbuild": "^3.3.1",
78+
"vite": "^6.1.0",
79+
"vitest": "^3.0.5",
8080
"vue": "^3.5.13"
8181
},
8282
"simple-git-hooks": {

0 commit comments

Comments
 (0)