Skip to content

Commit 63bb246

Browse files
committed
chore: update deps
1 parent 4022170 commit 63bb246

File tree

2 files changed

+811
-793
lines changed

2 files changed

+811
-793
lines changed

package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,35 @@
1818
"vue-router": "^4.5.0"
1919
},
2020
"devDependencies": {
21-
"@antfu/eslint-config": "^3.11.2",
21+
"@antfu/eslint-config": "^3.12.0",
2222
"@iconify-json/carbon": "^1.2.4",
23-
"@types/node": "^22.10.1",
24-
"@unocss/eslint-config": "^0.65.0",
25-
"@unocss/eslint-plugin": "^0.65.0",
26-
"@unocss/reset": "^0.65.0",
23+
"@types/node": "^22.10.2",
24+
"@unocss/eslint-config": "^0.65.1",
25+
"@unocss/eslint-plugin": "^0.65.1",
26+
"@unocss/reset": "^0.65.1",
2727
"@vitejs/plugin-vue": "^5.2.1",
28-
"@vue-macros/volar": "^0.30.6",
28+
"@vue-macros/volar": "^0.30.8",
2929
"@vue/test-utils": "^2.4.6",
30-
"eslint": "^9.16.0",
30+
"eslint": "^9.17.0",
3131
"eslint-plugin-format": "^0.1.3",
3232
"jsdom": "^25.0.1",
33-
"lint-staged": "^15.2.10",
34-
"pnpm": "^9.14.4",
33+
"lint-staged": "^15.2.11",
34+
"pnpm": "^9.15.0",
3535
"simple-git-hooks": "^2.11.1",
3636
"taze": "^0.18.0",
3737
"typescript": "~5.6.3",
38-
"unocss": "^0.65.0",
39-
"unplugin-auto-import": "^0.18.6",
40-
"unplugin-vue-components": "^0.27.5",
41-
"unplugin-vue-macros": "^2.13.4",
42-
"unplugin-vue-router": "^0.10.8",
43-
"vite": "^6.0.2",
38+
"unocss": "^0.65.1",
39+
"unplugin-auto-import": "^0.19.0",
40+
"unplugin-vue-components": "^0.28.0",
41+
"unplugin-vue-macros": "^2.13.6",
42+
"unplugin-vue-router": "^0.10.9",
43+
"vite": "^6.0.3",
4444
"vitest": "^2.1.8",
4545
"vue-tsc": "^2.1.10"
4646
},
4747
"resolutions": {
48-
"vite": "^6.0.2"
48+
"unplugin": "^2.1.0",
49+
"vite": "^6.0.3"
4950
},
5051
"simple-git-hooks": {
5152
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)