Skip to content

Commit d4ca52e

Browse files
committed
更新依赖
1 parent 17953c7 commit d4ca52e

File tree

60 files changed

+692
-875
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+692
-875
lines changed

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export default antfu(
66
ignores: [
77
'public',
88
'dist*',
9-
'src/ui/shadcn/ui',
109
],
1110
},
1211
{

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"type": "module",
3+
"packageManager": "[email protected]",
34
"engines": {
45
"node": "^20.19.0 || >=22.12.0"
56
},
@@ -24,14 +25,14 @@
2425
"@bytemd/vue-next": "^1.22.0",
2526
"@tinymce/tinymce-vue": "^6.2.0",
2627
"@vee-validate/zod": "^4.15.1",
27-
"@visactor/vchart": "^2.0.0",
28+
"@visactor/vchart": "^2.0.1",
2829
"@vue-office/docx": "^1.6.3",
2930
"@vue-office/excel": "^1.7.14",
3031
"@vueuse/components": "^13.5.0",
3132
"@vueuse/core": "^13.5.0",
3233
"@vueuse/integrations": "^13.5.0",
3334
"animate.css": "^4.1.1",
34-
"axios": "^1.10.0",
35+
"axios": "^1.11.0",
3536
"bytemd": "^1.22.0",
3637
"class-variance-authority": "^0.7.1",
3738
"clsx": "^2.1.1",
@@ -42,7 +43,7 @@
4243
"echarts": "^5.6.0",
4344
"element-plus": "^2.10.4",
4445
"eruda": "^3.4.3",
45-
"es-toolkit": "^1.39.7",
46+
"es-toolkit": "^1.39.8",
4647
"filesize": "^11.0.2",
4748
"hotkeys-js": "^3.13.15",
4849
"lucide-vue-next": "^0.525.0",
@@ -54,7 +55,7 @@
5455
"print-js": "^1.6.0",
5556
"qrcode": "^1.5.4",
5657
"qs": "^6.14.0",
57-
"reka-ui": "^2.3.2",
58+
"reka-ui": "^2.4.0",
5859
"scule": "^1.3.0",
5960
"splitpanes": "^4.0.4",
6061
"swiper": "^11.2.10",
@@ -63,32 +64,32 @@
6364
"ua-parser-js": "^2.0.4",
6465
"vconsole": "^3.15.1",
6566
"vee-validate": "^4.15.1",
66-
"vue": "^3.5.17",
67+
"vue": "^3.5.18",
6768
"vue-currency-input": "^3.2.1",
68-
"vue-data-ui": "^2.15.4",
69+
"vue-data-ui": "^2.17.5",
6970
"vue-esign": "^1.1.4",
7071
"vue-hooks-plus": "^2.4.0",
7172
"vue-router": "^4.5.1",
7273
"vue-sonner": "^2.0.2",
73-
"vxe-table": "^4.14.4",
74+
"vxe-table": "^4.14.6",
7475
"xe-utils": "^3.7.8",
75-
"zod": "^4.0.5"
76+
"zod": "^4.0.10"
7677
},
7778
"devDependencies": {
78-
"@antfu/eslint-config": "^4.17.0",
79+
"@antfu/eslint-config": "^5.0.0",
7980
"@clack/prompts": "^0.11.0",
8081
"@faker-js/faker": "^9.9.0",
81-
"@iconify/json": "^2.2.359",
82+
"@iconify/json": "^2.2.362",
8283
"@iconify/vue": "^5.0.0",
83-
"@stylistic/stylelint-config": "^2.0.0",
84+
"@stylistic/stylelint-config": "^3.0.1",
8485
"@types/nprogress": "^0.2.3",
8586
"@types/path-browserify": "^1.0.3",
8687
"@types/qrcode": "^1.5.5",
8788
"@types/qs": "^6.14.0",
8889
"@types/splitpanes": "^2.2.6",
8990
"@unocss/eslint-plugin": "^66.3.3",
9091
"@unocss/preset-legacy-compat": "^66.3.3",
91-
"@vitejs/plugin-legacy": "^7.0.1",
92+
"@vitejs/plugin-legacy": "^7.1.0",
9293
"@vitejs/plugin-vue": "^6.0.0",
9394
"@vitejs/plugin-vue-jsx": "^5.0.1",
9495
"@vue/tsconfig": "^0.7.0",
@@ -105,7 +106,7 @@
105106
"postcss-nested": "^7.0.2",
106107
"sass-embedded": "^1.89.2",
107108
"simple-git-hooks": "^2.13.0",
108-
"stylelint": "^16.21.1",
109+
"stylelint": "^16.22.0",
109110
"stylelint-config-recess-order": "^7.1.0",
110111
"stylelint-config-standard-scss": "^15.0.1",
111112
"stylelint-config-standard-vue": "^1.0.0",
@@ -119,7 +120,7 @@
119120
"unplugin-auto-import": "^19.3.0",
120121
"unplugin-turbo-console": "^2.2.0",
121122
"unplugin-vue-components": "^28.8.0",
122-
"vite": "^7.0.5",
123+
"vite": "^7.0.6",
123124
"vite-plugin-app-loading": "^0.4.0",
124125
"vite-plugin-archiver": "^0.2.0",
125126
"vite-plugin-banner": "^0.8.1",
@@ -130,7 +131,7 @@
130131
"vite-plugin-svg-icons": "^2.0.1",
131132
"vite-plugin-vue-devtools": "^7.7.7",
132133
"vite-plugin-vue-meta-layouts": "^0.5.1",
133-
"vue-tsc": "^3.0.2"
134+
"vue-tsc": "^3.0.4"
134135
},
135136
"simple-git-hooks": {
136137
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)