Skip to content

Commit 349d2e4

Browse files
committed
chore: update deps
1 parent a5f1e8e commit 349d2e4

File tree

2 files changed

+877
-915
lines changed

2 files changed

+877
-915
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "pnpm@9.6.0",
4+
"packageManager": "pnpm@9.7.1",
55
"scripts": {
66
"build": "vite build",
77
"dev": "vite --port 3333 --open",
@@ -13,34 +13,34 @@
1313
"postinstall": "npx simple-git-hooks"
1414
},
1515
"dependencies": {
16-
"@vueuse/core": "^10.11.0",
17-
"vue": "^3.4.35",
18-
"vue-router": "^4.4.2"
16+
"@vueuse/core": "^11.0.0",
17+
"vue": "^3.4.38",
18+
"vue-router": "^4.4.3"
1919
},
2020
"devDependencies": {
21-
"@antfu/eslint-config": "^2.24.1",
22-
"@iconify-json/carbon": "^1.1.36",
23-
"@types/node": "^22.1.0",
24-
"@unocss/eslint-config": "^0.61.9",
25-
"@unocss/eslint-plugin": "^0.61.9",
26-
"@unocss/reset": "^0.61.9",
21+
"@antfu/eslint-config": "^2.25.2",
22+
"@iconify-json/carbon": "^1.1.37",
23+
"@types/node": "^22.3.0",
24+
"@unocss/eslint-config": "^0.62.2",
25+
"@unocss/eslint-plugin": "^0.62.2",
26+
"@unocss/reset": "^0.62.2",
2727
"@vitejs/plugin-vue": "^5.1.2",
28-
"@vue-macros/volar": "^0.27.1",
28+
"@vue-macros/volar": "^0.27.4",
2929
"@vue/test-utils": "^2.4.6",
30-
"eslint": "^9.8.0",
30+
"eslint": "^9.9.0",
3131
"eslint-plugin-format": "^0.1.2",
3232
"jsdom": "^24.1.1",
33-
"lint-staged": "^15.2.8",
34-
"pnpm": "^9.6.0",
33+
"lint-staged": "^15.2.9",
34+
"pnpm": "^9.7.1",
3535
"simple-git-hooks": "^2.11.1",
36-
"taze": "^0.16.3",
36+
"taze": "^0.16.6",
3737
"typescript": "^5.5.4",
38-
"unocss": "^0.61.9",
38+
"unocss": "^0.62.2",
3939
"unplugin-auto-import": "^0.18.2",
40-
"unplugin-vue-components": "^0.27.3",
41-
"unplugin-vue-macros": "^2.11.2",
42-
"unplugin-vue-router": "^0.10.2",
43-
"vite": "^5.3.5",
40+
"unplugin-vue-components": "^0.27.4",
41+
"unplugin-vue-macros": "^2.11.5",
42+
"unplugin-vue-router": "^0.10.6",
43+
"vite": "^5.4.1",
4444
"vitest": "^2.0.5",
4545
"vue-tsc": "^2.0.29"
4646
},

0 commit comments

Comments
 (0)