Skip to content

Commit e41294c

Browse files
committed
chore: update deps
1 parent 470c395 commit e41294c

File tree

2 files changed

+1041
-1103
lines changed

2 files changed

+1041
-1103
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.0.2",
4+
"packageManager": "pnpm@9.1.1",
55
"scripts": {
66
"build": "vite build",
77
"dev": "vite --port 3333 --open",
@@ -14,35 +14,35 @@
1414
},
1515
"dependencies": {
1616
"@vueuse/core": "^10.9.0",
17-
"vue": "^3.4.23",
17+
"vue": "^3.4.27",
1818
"vue-router": "^4.3.2"
1919
},
2020
"devDependencies": {
21-
"@antfu/eslint-config": "^2.15.0",
22-
"@iconify-json/carbon": "^1.1.31",
23-
"@types/node": "^20.12.7",
24-
"@unocss/eslint-config": "^0.59.4",
25-
"@unocss/eslint-plugin": "^0.59.4",
26-
"@unocss/reset": "^0.59.4",
21+
"@antfu/eslint-config": "^2.18.1",
22+
"@iconify-json/carbon": "^1.1.33",
23+
"@types/node": "^20.12.12",
24+
"@unocss/eslint-config": "^0.60.2",
25+
"@unocss/eslint-plugin": "^0.60.2",
26+
"@unocss/reset": "^0.60.2",
2727
"@vitejs/plugin-vue": "^5.0.4",
28-
"@vue-macros/volar": "^0.18.18",
29-
"@vue/test-utils": "^2.4.5",
30-
"eslint": "^9.0.0",
28+
"@vue-macros/volar": "^0.19.1",
29+
"@vue/test-utils": "^2.4.6",
30+
"eslint": "^9.3.0",
3131
"eslint-plugin-format": "^0.1.1",
3232
"jsdom": "^24.0.0",
3333
"lint-staged": "^15.2.2",
34-
"pnpm": "^9.0.2",
34+
"pnpm": "^9.1.1",
3535
"simple-git-hooks": "^2.11.1",
36-
"taze": "^0.13.6",
36+
"taze": "^0.13.8",
3737
"typescript": "^5.4.5",
38-
"unocss": "^0.59.4",
39-
"unplugin-auto-import": "^0.17.5",
40-
"unplugin-vue-components": "^0.26.0",
41-
"unplugin-vue-macros": "^2.9.1",
38+
"unocss": "^0.60.2",
39+
"unplugin-auto-import": "^0.17.6",
40+
"unplugin-vue-components": "^0.27.0",
41+
"unplugin-vue-macros": "^2.9.2",
4242
"unplugin-vue-router": "^0.8.6",
43-
"vite": "^5.2.9",
44-
"vitest": "^1.5.0",
45-
"vue-tsc": "^2.0.13"
43+
"vite": "^5.2.11",
44+
"vitest": "^1.6.0",
45+
"vue-tsc": "^2.0.19"
4646
},
4747
"simple-git-hooks": {
4848
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)