Skip to content

Commit 288174c

Browse files
committed
chore: update deps
1 parent 837dbd6 commit 288174c

File tree

7 files changed

+3060
-2453
lines changed

7 files changed

+3060
-2453
lines changed

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "git+https://github.com/yang1206/vue-template.git"
1010
},
1111
"engines": {
12-
"node": "20"
12+
"node": "22"
1313
},
1414
"scripts": {
1515
"dev": "vite",
@@ -23,47 +23,47 @@
2323
"commit": "git pull && git add -A && git-cz && git push"
2424
},
2525
"dependencies": {
26-
"@tanstack/vue-query": "^5.62.0",
27-
"@vueuse/core": "^12.0.0",
26+
"@tanstack/vue-query": "^5.79.0",
27+
"@vueuse/core": "^13.3.0",
2828
"axios": "^1.7.8",
2929
"nprogress": "^0.2.0",
30-
"pinia": "^2.2.8",
31-
"qs": "^6.13.1",
30+
"pinia": "^3.0.2",
31+
"qs": "^6.14.0",
3232
"vue": "^3.5.13",
3333
"vue-router": "^4.5.0"
3434
},
3535
"devDependencies": {
36-
"@antfu/eslint-config": "^3.11.2",
37-
"@commitlint/cli": "^19.6.0",
38-
"@commitlint/config-conventional": "^19.6.0",
39-
"@iconify-json/carbon": "^1.2.4",
40-
"@iconify-json/line-md": "^1.2.2",
41-
"@types/node": "^22.10.1",
36+
"@antfu/eslint-config": "^4.13.2",
37+
"@commitlint/cli": "^19.8.1",
38+
"@commitlint/config-conventional": "^19.8.1",
39+
"@iconify-json/carbon": "^1.2.8",
40+
"@iconify-json/line-md": "^1.2.8",
41+
"@types/node": "^22.15.29",
4242
"@types/nprogress": "^0.2.3",
43-
"@types/qs": "^6.9.17",
44-
"@unocss/eslint-config": "^0.64.1",
45-
"@unocss/reset": "0.64.1",
46-
"@vitejs/plugin-vue": "5.2.1",
43+
"@types/qs": "^6.14.0",
44+
"@unocss/eslint-config": "^66.1.3",
45+
"@unocss/reset": "66.1.3",
46+
"@vitejs/plugin-vue": "5.2.4",
4747
"@vue/test-utils": "^2.4.6",
4848
"commitizen": "^4.3.1",
4949
"cz-git": "^1.11.0",
50-
"eslint": "9.16.0",
51-
"eslint-plugin-format": "^0.1.3",
52-
"jsdom": "^25.0.1",
53-
"lint-staged": "^15.2.10",
54-
"simple-git-hooks": "^2.11.1",
55-
"typescript": "5.6.3",
56-
"unocss": "0.64.1",
57-
"unocss-preset-useful": "^0.8.0",
58-
"unplugin-auto-import": "0.18.6",
59-
"unplugin-vue-components": "^0.27.5",
50+
"eslint": "9.28.0",
51+
"eslint-plugin-format": "^1.0.1",
52+
"jsdom": "^26.1.0",
53+
"lint-staged": "^16.1.0",
54+
"simple-git-hooks": "^2.13.0",
55+
"typescript": "5.8.3",
56+
"unocss": "66.1.3",
57+
"unocss-preset-useful": "^0.9.2",
58+
"unplugin-auto-import": "19.3.0",
59+
"unplugin-vue-components": "^28.7.0",
6060
"unplugin-vue-macros": "^2.13.4",
61-
"unplugin-vue-router": "^0.10.8",
62-
"vite": "6.0.1",
61+
"unplugin-vue-router": "^0.12.0",
62+
"vite": "npm:rolldown-vite@latest",
6363
"vite-plugin-vue-devtools": "^7.6.7",
6464
"vite-plugin-vue-layouts": "^0.11.0",
65-
"vitest": "^2.1.6",
66-
"vue-tsc": "2.1.10"
65+
"vitest": "^3.1.4",
66+
"vue-tsc": "2.2.10"
6767
},
6868
"simple-git-hooks": {
6969
"pre-commit": "pnpm lint:lint-staged"

0 commit comments

Comments
 (0)