Skip to content

Commit fb8b15e

Browse files
committed
chore: update deps
1 parent 0762748 commit fb8b15e

File tree

3 files changed

+934
-1132
lines changed

3 files changed

+934
-1132
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "pnpm@9.7.1",
4+
"packageManager": "pnpm@9.9.0",
55
"scripts": {
66
"build": "vite build",
77
"dev": "vite --port 3333 --open",
@@ -13,36 +13,36 @@
1313
"postinstall": "npx simple-git-hooks"
1414
},
1515
"dependencies": {
16-
"@vueuse/core": "^11.0.0",
17-
"vue": "^3.4.38",
16+
"@vueuse/core": "^11.0.3",
17+
"vue": "^3.5.3",
1818
"vue-router": "^4.4.3"
1919
},
2020
"devDependencies": {
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",
27-
"@vitejs/plugin-vue": "^5.1.2",
28-
"@vue-macros/volar": "^0.27.4",
21+
"@antfu/eslint-config": "^3.4.0",
22+
"@iconify-json/carbon": "^1.2.1",
23+
"@types/node": "^22.5.4",
24+
"@unocss/eslint-config": "^0.62.3",
25+
"@unocss/eslint-plugin": "^0.62.3",
26+
"@unocss/reset": "^0.62.3",
27+
"@vitejs/plugin-vue": "^5.1.3",
28+
"@vue-macros/volar": "^0.28.1",
2929
"@vue/test-utils": "^2.4.6",
30-
"eslint": "^9.9.0",
30+
"eslint": "^9.10.0",
3131
"eslint-plugin-format": "^0.1.2",
32-
"jsdom": "^24.1.1",
33-
"lint-staged": "^15.2.9",
34-
"pnpm": "^9.7.1",
32+
"jsdom": "^25.0.0",
33+
"lint-staged": "^15.2.10",
34+
"pnpm": "^9.9.0",
3535
"simple-git-hooks": "^2.11.1",
36-
"taze": "^0.16.6",
36+
"taze": "^0.16.7",
3737
"typescript": "^5.5.4",
38-
"unocss": "^0.62.2",
38+
"unocss": "^0.62.3",
3939
"unplugin-auto-import": "^0.18.2",
4040
"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",
41+
"unplugin-vue-macros": "^2.11.8",
42+
"unplugin-vue-router": "^0.10.7",
43+
"vite": "^5.4.3",
4444
"vitest": "^2.0.5",
45-
"vue-tsc": "^2.0.29"
45+
"vue-tsc": "^2.1.6"
4646
},
4747
"simple-git-hooks": {
4848
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)