Skip to content

Commit 9ec4686

Browse files
committed
chore: update deps
1 parent 050ccb4 commit 9ec4686

File tree

2 files changed

+1122
-677
lines changed

2 files changed

+1122
-677
lines changed

package.json

+16-17
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "[email protected].3",
4+
"packageManager": "[email protected].5",
55
"scripts": {
66
"build": "vite build",
77
"dev": "vite --port 3333 --open",
@@ -13,34 +13,33 @@
1313
"postinstall": "npx simple-git-hooks"
1414
},
1515
"dependencies": {
16-
"@vueuse/core": "^10.6.0",
16+
"@vueuse/core": "^10.6.1",
1717
"vue": "^3.3.8",
1818
"vue-router": "^4.2.5"
1919
},
2020
"devDependencies": {
21-
"@antfu/eslint-config": "^1.1.1",
21+
"@antfu/eslint-config": "^2.0.0",
2222
"@iconify-json/carbon": "^1.1.21",
23-
"@types/node": "^20.9.0",
24-
"@unocss/eslint-config": "^0.57.3",
25-
"@unocss/eslint-plugin": "^0.57.3",
26-
"@unocss/reset": "^0.57.3",
27-
"@vitejs/plugin-vue": "^4.4.1",
28-
"@vue-macros/volar": "^0.17.2",
29-
"@vue/test-utils": "^2.4.1",
30-
"eslint": "^8.53.0",
31-
"eslint-define-config": "^1.24.1",
23+
"@types/node": "^20.9.2",
24+
"@unocss/eslint-config": "^0.57.6",
25+
"@unocss/eslint-plugin": "^0.57.6",
26+
"@unocss/reset": "^0.57.6",
27+
"@vitejs/plugin-vue": "^4.5.0",
28+
"@vue-macros/volar": "^0.17.3",
29+
"@vue/test-utils": "^2.4.2",
30+
"eslint": "^8.54.0",
3231
"jsdom": "^22.1.0",
3332
"lint-staged": "^15.1.0",
34-
"pnpm": "^8.10.3",
33+
"pnpm": "^8.10.5",
3534
"simple-git-hooks": "^2.9.0",
3635
"taze": "^0.12.0",
37-
"typescript": "^5.2.2",
38-
"unocss": "^0.57.3",
36+
"typescript": "^5.3.2",
37+
"unocss": "^0.57.6",
3938
"unplugin-auto-import": "^0.16.7",
4039
"unplugin-vue-components": "^0.25.2",
41-
"unplugin-vue-macros": "^2.6.2",
40+
"unplugin-vue-macros": "^2.7.0",
4241
"unplugin-vue-router": "^0.7.0",
43-
"vite": "^4.5.0",
42+
"vite": "^5.0.0",
4443
"vitest": "^0.34.6",
4544
"vue-tsc": "^1.8.22"
4645
},

0 commit comments

Comments
 (0)