Skip to content

Commit c21f92b

Browse files
committed
chore: update deps, widen eslint version
1 parent 1a02b19 commit c21f92b

File tree

2 files changed

+4258
-3001
lines changed

2 files changed

+4258
-3001
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eslint-processor-vue-blocks",
33
"type": "module",
44
"version": "0.1.1",
5-
"packageManager": "pnpm@8.11.0",
5+
"packageManager": "pnpm@9.0.2",
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",
@@ -53,31 +53,31 @@
5353
},
5454
"peerDependencies": {
5555
"@vue/compiler-sfc": "^3.3.0",
56-
"eslint": "^8.50.0"
56+
"eslint": "^8.50.0 || ^9.0.0"
5757
},
5858
"devDependencies": {
59-
"@antfu/eslint-config": "^2.3.4",
59+
"@antfu/eslint-config": "^2.14.0",
6060
"@antfu/ni": "^0.21.12",
61-
"@antfu/utils": "^0.7.6",
62-
"@types/eslint": "^8.44.8",
63-
"@types/node": "^20.10.4",
64-
"@vue/compiler-sfc": "^3.3.10",
65-
"bumpp": "^9.2.0",
66-
"eslint": "^8.55.0",
67-
"eslint-merge-processors": "^0.0.0",
68-
"eslint-plugin-format": "^0.1.0",
69-
"eslint-plugin-vue": "^9.19.2",
61+
"@antfu/utils": "^0.7.7",
62+
"@types/eslint": "^8.56.9",
63+
"@types/node": "^20.12.7",
64+
"@vue/compiler-sfc": "^3.4.23",
65+
"bumpp": "^9.4.0",
66+
"eslint": "^9.0.0",
67+
"eslint-merge-processors": "^0.1.0",
68+
"eslint-plugin-format": "^0.1.1",
69+
"eslint-plugin-vue": "^9.25.0",
7070
"eslint-processor-vue-blocks": "workspace:*",
71-
"esno": "^4.0.0",
72-
"lint-staged": "^15.2.0",
73-
"pnpm": "^8.11.0",
71+
"esno": "^4.7.0",
72+
"lint-staged": "^15.2.2",
73+
"pnpm": "^9.0.2",
7474
"rimraf": "^5.0.5",
75-
"simple-git-hooks": "^2.9.0",
76-
"typescript": "^5.3.3",
75+
"simple-git-hooks": "^2.11.1",
76+
"typescript": "^5.4.5",
7777
"unbuild": "^2.0.0",
78-
"vite": "^5.0.6",
79-
"vitest": "^1.0.2",
80-
"vue": "^3.3.10"
78+
"vite": "^5.2.9",
79+
"vitest": "^1.5.0",
80+
"vue": "^3.4.23"
8181
},
8282
"simple-git-hooks": {
8383
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)