Skip to content

Commit 408094d

Browse files
committed
更新依赖
1 parent 70eb2bb commit 408094d

File tree

2 files changed

+658
-757
lines changed

2 files changed

+658
-757
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"packageManager": "pnpm@10.13.1",
3+
"packageManager": "pnpm@10.14.0",
44
"engines": {
55
"node": "^20.19.0 || >=22.12.0"
66
},
@@ -21,25 +21,25 @@
2121
"dependencies": {
2222
"@vant/touch-emulator": "^1.4.0",
2323
"@vee-validate/zod": "^4.15.1",
24-
"@visactor/vchart": "^2.0.1",
25-
"@vueuse/components": "^13.5.0",
26-
"@vueuse/core": "^13.5.0",
27-
"@vueuse/integrations": "^13.5.0",
24+
"@visactor/vchart": "^2.0.2",
25+
"@vueuse/components": "^13.6.0",
26+
"@vueuse/core": "^13.6.0",
27+
"@vueuse/integrations": "^13.6.0",
2828
"animate.css": "^4.1.1",
2929
"axios": "^1.11.0",
3030
"class-variance-authority": "^0.7.1",
3131
"clsx": "^2.1.1",
3232
"dayjs": "^1.11.13",
33-
"echarts": "^5.6.0",
33+
"echarts": "^6.0.0",
3434
"eruda": "^3.4.3",
3535
"es-toolkit": "^1.39.8",
36-
"lucide-vue-next": "^0.525.0",
36+
"lucide-vue-next": "^0.536.0",
3737
"mitt": "^3.0.1",
3838
"nprogress": "^0.2.0",
3939
"pinia": "^3.0.3",
4040
"qrcode": "^1.5.4",
4141
"qs": "^6.14.0",
42-
"reka-ui": "^2.4.0",
42+
"reka-ui": "^2.4.1",
4343
"spinkit": "^2.0.1",
4444
"swiper": "^11.2.10",
4545
"tailwind-merge": "^3.3.1",
@@ -50,47 +50,47 @@
5050
"vue-esign": "^1.1.4",
5151
"vue-router": "^4.5.1",
5252
"vue-sonner": "^2.0.2",
53-
"zod": "^4.0.10"
53+
"zod": "^4.0.14"
5454
},
5555
"devDependencies": {
56-
"@antfu/eslint-config": "^5.0.0",
56+
"@antfu/eslint-config": "^5.1.0",
5757
"@faker-js/faker": "^9.9.0",
58-
"@iconify/json": "^2.2.362",
58+
"@iconify/json": "^2.2.365",
5959
"@iconify/vue": "^5.0.0",
6060
"@stylistic/stylelint-config": "^3.0.1",
6161
"@types/nprogress": "^0.2.3",
6262
"@types/qrcode": "^1.5.5",
6363
"@types/qs": "^6.14.0",
64-
"@unocss/eslint-plugin": "^66.3.3",
65-
"@unocss/preset-legacy-compat": "^66.3.3",
66-
"@unocss/preset-rem-to-px": "^66.3.3",
64+
"@unocss/eslint-plugin": "^66.4.0",
65+
"@unocss/preset-legacy-compat": "^66.4.0",
66+
"@unocss/preset-rem-to-px": "^66.4.0",
6767
"@vitejs/plugin-legacy": "^7.1.0",
68-
"@vitejs/plugin-vue": "^6.0.0",
68+
"@vitejs/plugin-vue": "^6.0.1",
6969
"@vitejs/plugin-vue-jsx": "^5.0.1",
7070
"@vue/tsconfig": "^0.7.0",
7171
"@yeungkc/unocss-preset-safe-area": "^0.0.10",
7272
"autoprefixer": "^10.4.21",
7373
"boxen": "^8.0.1",
74-
"eslint": "^9.31.0",
74+
"eslint": "^9.32.0",
7575
"http-server": "^14.1.1",
76-
"lint-staged": "^16.1.2",
76+
"lint-staged": "^16.1.4",
7777
"npm-run-all2": "^8.0.4",
7878
"picocolors": "^1.1.1",
7979
"plop": "^4.0.1",
8080
"postcss": "^8.5.6",
8181
"postcss-mobile-forever": "^5.0.0",
8282
"postcss-nested": "^7.0.2",
8383
"sass-embedded": "^1.89.2",
84-
"simple-git-hooks": "^2.13.0",
85-
"stylelint": "^16.22.0",
84+
"simple-git-hooks": "^2.13.1",
85+
"stylelint": "^16.23.0",
8686
"stylelint-config-recess-order": "^7.1.0",
8787
"stylelint-config-standard-scss": "^15.0.1",
8888
"stylelint-config-standard-vue": "^1.0.0",
8989
"stylelint-scss": "^6.12.1",
9090
"svgo": "^4.0.0",
9191
"taze": "^19.1.0",
9292
"typescript": "^5.8.3",
93-
"unocss": "^66.3.3",
93+
"unocss": "^66.4.0",
9494
"unocss-preset-animations": "^1.2.1",
9595
"unplugin-auto-import": "^19.3.0",
9696
"unplugin-turbo-console": "^2.2.0",
@@ -104,8 +104,8 @@
104104
"vite-plugin-fake-server": "^2.2.0",
105105
"vite-plugin-pages": "^0.33.1",
106106
"vite-plugin-svg-icons": "^2.0.1",
107-
"vite-plugin-vue-devtools": "^7.7.7",
108-
"vue-tsc": "^3.0.4"
107+
"vite-plugin-vue-devtools": "^8.0.0",
108+
"vue-tsc": "^3.0.5"
109109
},
110110
"simple-git-hooks": {
111111
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)