Skip to content

Commit 3990c4f

Browse files
committed
更新依赖
1 parent eee125d commit 3990c4f

File tree

4 files changed

+5934
-1057
lines changed

4 files changed

+5934
-1057
lines changed

package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"packageManager": "pnpm@10.14.0",
3+
"packageManager": "pnpm@10.15.0",
44
"engines": {
55
"node": "^20.19.0 || >=22.12.0"
66
},
@@ -25,28 +25,28 @@
2525
"@bytemd/vue-next": "^1.22.0",
2626
"@tinymce/tinymce-vue": "^6.3.0",
2727
"@vee-validate/zod": "^4.15.1",
28-
"@visactor/vchart": "^2.0.3",
28+
"@visactor/vchart": "^2.0.4",
2929
"@vue-office/docx": "^1.6.3",
3030
"@vue-office/excel": "^1.7.14",
31-
"@vueuse/components": "^13.6.0",
32-
"@vueuse/core": "^13.6.0",
33-
"@vueuse/integrations": "^13.6.0",
31+
"@vueuse/components": "^13.8.0",
32+
"@vueuse/core": "^13.8.0",
33+
"@vueuse/integrations": "^13.8.0",
3434
"animate.css": "^4.1.1",
3535
"axios": "^1.11.0",
3636
"bytemd": "^1.22.0",
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
3939
"cropperjs": "^1.6.2",
40-
"dayjs": "^1.11.13",
40+
"dayjs": "^1.11.18",
4141
"defu": "^6.1.4",
4242
"disable-devtool": "^0.3.9",
4343
"echarts": "^6.0.0",
44-
"element-plus": "^2.10.6",
44+
"element-plus": "^2.11.1",
4545
"eruda": "^3.4.3",
46-
"es-toolkit": "^1.39.8",
46+
"es-toolkit": "^1.39.10",
4747
"filesize": "^11.0.2",
4848
"hotkeys-js": "^3.13.15",
49-
"lucide-vue-next": "^0.539.0",
49+
"lucide-vue-next": "^0.542.0",
5050
"mitt": "^3.0.1",
5151
"nprogress": "^0.2.0",
5252
"path-browserify": "^1.0.1",
@@ -55,7 +55,7 @@
5555
"print-js": "^1.6.0",
5656
"qrcode": "^1.5.4",
5757
"qs": "^6.14.0",
58-
"reka-ui": "^2.4.1",
58+
"reka-ui": "^2.5.0",
5959
"scule": "^1.3.0",
6060
"splitpanes": "^4.0.4",
6161
"swiper": "^11.2.10",
@@ -64,38 +64,38 @@
6464
"ua-parser-js": "^2.0.4",
6565
"vconsole": "^3.15.1",
6666
"vee-validate": "^4.15.1",
67-
"vue": "^3.5.18",
67+
"vue": "^3.5.20",
6868
"vue-currency-input": "^3.2.1",
69-
"vue-data-ui": "^2.17.11",
69+
"vue-data-ui": "^3.0.11",
7070
"vue-esign": "^1.1.4",
71-
"vue-hooks-plus": "^2.4.0",
71+
"vue-hooks-plus": "^2.4.1",
7272
"vue-router": "^4.5.1",
73-
"vue-sonner": "^2.0.2",
74-
"vxe-table": "^4.15.5",
73+
"vue-sonner": "^2.0.8",
74+
"vxe-table": "^4.16.3",
7575
"xe-utils": "^3.7.8",
76-
"zod": "^4.0.17"
76+
"zod": "^4.1.5"
7777
},
7878
"devDependencies": {
79-
"@antfu/eslint-config": "^5.2.0",
79+
"@antfu/eslint-config": "^5.2.1",
8080
"@clack/prompts": "^0.11.0",
81-
"@faker-js/faker": "^9.9.0",
82-
"@iconify/json": "^2.2.367",
81+
"@faker-js/faker": "^10.0.0",
82+
"@iconify/json": "^2.2.380",
8383
"@iconify/vue": "^5.0.0",
8484
"@stylistic/stylelint-config": "^3.0.1",
8585
"@types/nprogress": "^0.2.3",
8686
"@types/path-browserify": "^1.0.3",
8787
"@types/qrcode": "^1.5.5",
8888
"@types/qs": "^6.14.0",
8989
"@types/splitpanes": "^2.2.6",
90-
"@unocss/eslint-plugin": "^66.4.2",
91-
"@unocss/preset-legacy-compat": "^66.4.2",
90+
"@unocss/eslint-plugin": "^66.5.0",
91+
"@unocss/preset-legacy-compat": "^66.5.0",
9292
"@vitejs/plugin-legacy": "^7.2.1",
9393
"@vitejs/plugin-vue": "^6.0.1",
94-
"@vitejs/plugin-vue-jsx": "^5.0.1",
95-
"@vue/tsconfig": "^0.7.0",
94+
"@vitejs/plugin-vue-jsx": "^5.1.1",
95+
"@vue/tsconfig": "^0.8.1",
9696
"autoprefixer": "^10.4.21",
9797
"boxen": "^8.0.1",
98-
"eslint": "^9.33.0",
98+
"eslint": "^9.34.0",
9999
"fs-extra": "^11.3.1",
100100
"http-server": "^14.1.1",
101101
"lint-staged": "^16.1.5",
@@ -104,34 +104,34 @@
104104
"plop": "^4.0.1",
105105
"postcss": "^8.5.6",
106106
"postcss-nested": "^7.0.2",
107-
"sass-embedded": "^1.90.0",
107+
"sass-embedded": "^1.91.0",
108108
"simple-git-hooks": "^2.13.1",
109109
"stylelint": "^16.23.1",
110-
"stylelint-config-recess-order": "^7.1.0",
110+
"stylelint-config-recess-order": "^7.2.0",
111111
"stylelint-config-standard-scss": "^15.0.1",
112112
"stylelint-config-standard-vue": "^1.0.0",
113113
"stylelint-scss": "^6.12.1",
114114
"svgo": "^4.0.0",
115-
"taze": "^19.1.0",
116-
"tsx": "^4.20.3",
115+
"taze": "^19.3.0",
116+
"tsx": "^4.20.5",
117117
"typescript": "^5.9.2",
118-
"unocss": "^66.4.2",
118+
"unocss": "^66.5.0",
119119
"unocss-preset-animations": "^1.2.1",
120-
"unplugin-auto-import": "^20.0.0",
120+
"unplugin-auto-import": "^20.1.0",
121121
"unplugin-turbo-console": "^2.2.0",
122122
"unplugin-vue-components": "^29.0.0",
123-
"vite": "^7.1.1",
123+
"vite": "^7.1.3",
124124
"vite-plugin-app-loading": "^0.4.0",
125125
"vite-plugin-archiver": "^0.2.0",
126126
"vite-plugin-banner": "^0.8.1",
127-
"vite-plugin-compression2": "^2.2.0",
127+
"vite-plugin-compression2": "^2.2.1",
128128
"vite-plugin-env-parse": "^1.0.15",
129129
"vite-plugin-fake-server": "^2.2.0",
130130
"vite-plugin-pages": "^0.33.1",
131131
"vite-plugin-svg-icons": "^2.0.1",
132-
"vite-plugin-vue-devtools": "^8.0.0",
133-
"vite-plugin-vue-meta-layouts": "^0.5.1",
134-
"vue-tsc": "^3.0.5"
132+
"vite-plugin-vue-devtools": "^8.0.1",
133+
"vite-plugin-vue-meta-layouts": "^0.6.0",
134+
"vue-tsc": "^3.0.6"
135135
},
136136
"simple-git-hooks": {
137137
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)