Skip to content

Commit fed4dbc

Browse files
committed
更新依赖
1 parent 7c17dd6 commit fed4dbc

File tree

18 files changed

+2679
-2397
lines changed

18 files changed

+2679
-2397
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default antfu(
1010
},
1111
{
1212
rules: {
13+
'e18e/prefer-static-regex': 'off',
1314
'eslint-comments/no-unlimited-disable': 'off',
1415
'curly': ['error', 'all'],
1516
'ts/no-unused-expressions': ['error', {

package.json

Lines changed: 57 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"packageManager": "pnpm@10.26.2",
3+
"packageManager": "pnpm@10.30.3",
44
"engines": {
55
"node": "^20.19.0 || >=22.12.0"
66
},
@@ -25,113 +25,114 @@
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.12",
28+
"@visactor/vchart": "^2.0.19",
2929
"@vue-office/docx": "^1.6.3",
3030
"@vue-office/excel": "^1.7.14",
31-
"@vueuse/components": "^14.1.0",
32-
"@vueuse/core": "^14.1.0",
33-
"@vueuse/integrations": "^14.1.0",
31+
"@vueuse/components": "^14.2.1",
32+
"@vueuse/core": "^14.2.1",
33+
"@vueuse/integrations": "^14.2.1",
3434
"animate.css": "^4.1.1",
35-
"axios": "^1.13.2",
35+
"axios": "^1.13.6",
3636
"bytemd": "^1.22.0",
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
39-
"cropperjs": "^1.6.2",
39+
"cropperjs": "1.6.2",
4040
"dayjs": "^1.11.19",
4141
"defu": "^6.1.4",
4242
"disable-devtool": "^0.3.9",
4343
"echarts": "^6.0.0",
44-
"element-plus": "^2.13.0",
44+
"element-plus": "^2.13.4",
4545
"eruda": "^3.4.3",
46-
"es-toolkit": "^1.43.0",
46+
"es-toolkit": "^1.45.1",
4747
"filesize": "^11.0.13",
48-
"hotkeys-js": "^4.0.0",
49-
"lucide-vue-next": "^0.562.0",
48+
"hotkeys-js": "^4.0.2",
49+
"lucide-vue-next": "^0.577.0",
5050
"mitt": "^3.0.1",
5151
"nprogress": "^0.2.0",
5252
"path-browserify": "^1.0.1",
5353
"path-to-regexp": "^8.3.0",
5454
"pinia": "^3.0.4",
5555
"print-js": "^1.6.0",
5656
"qrcode": "^1.5.4",
57-
"qs": "^6.14.0",
58-
"reka-ui": "^2.7.0",
57+
"qs": "^6.15.0",
58+
"reka-ui": "^2.9.0",
5959
"scule": "^1.3.0",
6060
"splitpanes": "^4.0.4",
61-
"swiper": "^12.0.3",
62-
"tailwind-merge": "^3.4.0",
63-
"tinymce": "^7.9.1",
64-
"ua-parser-js": "^2.0.7",
61+
"swiper": "^12.1.2",
62+
"tailwind-merge": "^3.5.0",
63+
"tinymce": "7.9.2",
64+
"ua-parser-js": "^2.0.9",
6565
"vconsole": "^3.15.1",
6666
"vee-validate": "^4.15.1",
67-
"vue": "^3.5.26",
67+
"vue": "^3.5.29",
6868
"vue-currency-input": "^3.2.2",
69-
"vue-data-ui": "^3.9.19",
69+
"vue-data-ui": "^3.15.10",
7070
"vue-esign": "^1.1.4",
71-
"vue-hooks-plus": "^2.4.1",
72-
"vue-router": "^4.6.4",
71+
"vue-hooks-plus": "^2.4.3",
72+
"vue-router": "^5.0.3",
7373
"vue-sonner": "^2.0.9",
74-
"vxe-table": "^4.17.35",
75-
"xe-utils": "^3.8.2",
76-
"zod": "^4.2.1"
74+
"vxe-table": "^4.17.49",
75+
"xe-utils": "^4.0.1",
76+
"zod": "^4.3.6"
7777
},
7878
"devDependencies": {
79-
"@antfu/eslint-config": "^6.7.3",
80-
"@clack/prompts": "^0.11.0",
81-
"@faker-js/faker": "^10.1.0",
82-
"@iconify/json": "^2.2.417",
79+
"@antfu/eslint-config": "^7.7.0",
80+
"@clack/prompts": "^1.1.0",
81+
"@faker-js/faker": "^10.3.0",
82+
"@iconify/json": "^2.2.447",
8383
"@iconify/vue": "^5.0.0",
84-
"@stylistic/stylelint-config": "^3.0.1",
84+
"@stylistic/stylelint-config": "^4.0.0",
8585
"@types/nprogress": "^0.2.3",
8686
"@types/path-browserify": "^1.0.3",
8787
"@types/qrcode": "^1.5.6",
88-
"@types/qs": "^6.14.0",
88+
"@types/qs": "^6.15.0",
8989
"@types/splitpanes": "^2.2.6",
90-
"@unocss/eslint-plugin": "^66.5.11",
91-
"@unocss/preset-legacy-compat": "^66.5.11",
90+
"@unocss/eslint-plugin": "^66.6.6",
91+
"@unocss/preset-legacy-compat": "^66.6.6",
92+
"@unocss/reset": "^66.6.6",
9293
"@vitejs/plugin-legacy": "^7.2.1",
93-
"@vitejs/plugin-vue": "^6.0.3",
94-
"@vitejs/plugin-vue-jsx": "^5.1.3",
95-
"@vue/tsconfig": "^0.8.1",
96-
"autoprefixer": "^10.4.23",
94+
"@vitejs/plugin-vue": "^6.0.4",
95+
"@vitejs/plugin-vue-jsx": "^5.1.4",
96+
"@vue/tsconfig": "^0.9.0",
97+
"autoprefixer": "^10.4.27",
9798
"boxen": "^8.0.1",
98-
"eslint": "^9.39.2",
99-
"fs-extra": "^11.3.3",
99+
"eslint": "^9.39.4",
100+
"fs-extra": "^11.3.4",
100101
"http-server": "^14.1.1",
101-
"lint-staged": "^16.2.7",
102+
"lint-staged": "^16.3.2",
102103
"npm-run-all2": "^8.0.4",
103104
"picocolors": "^1.1.1",
104-
"plop": "^4.0.4",
105-
"postcss": "^8.5.6",
105+
"plop": "^4.0.5",
106+
"postcss": "^8.5.8",
106107
"postcss-nested": "^7.0.2",
107-
"sass-embedded": "^1.97.1",
108+
"sass-embedded": "^1.97.3",
108109
"simple-git-hooks": "^2.13.1",
109-
"stylelint": "^16.26.1",
110-
"stylelint-config-recess-order": "^7.4.0",
111-
"stylelint-config-standard-scss": "^16.0.0",
110+
"stylelint": "^17.4.0",
111+
"stylelint-config-recess-order": "^7.6.1",
112+
"stylelint-config-standard-scss": "^17.0.0",
112113
"stylelint-config-standard-vue": "^1.0.0",
113-
"stylelint-scss": "^6.13.0",
114-
"svgo": "^4.0.0",
115-
"taze": "^19.9.2",
114+
"stylelint-scss": "^7.0.0",
115+
"svgo": "^4.0.1",
116+
"taze": "^19.10.0",
116117
"tsx": "^4.21.0",
117118
"typescript": "^5.9.3",
118-
"unocss": "^66.5.11",
119+
"unocss": "^66.6.6",
119120
"unocss-preset-animations": "^1.3.0",
120-
"unplugin-auto-import": "^20.3.0",
121+
"unplugin-auto-import": "^21.0.0",
121122
"unplugin-turbo-console": "^2.3.0",
122-
"unplugin-vue-components": "^30.0.0",
123-
"vite": "^7.3.0",
123+
"unplugin-vue-components": "^31.0.0",
124+
"vite": "^7.3.1",
124125
"vite-plugin-app-loading": "^0.4.0",
125126
"vite-plugin-archiver": "^0.2.0",
126127
"vite-plugin-banner": "^0.8.1",
127-
"vite-plugin-compression2": "^2.4.0",
128+
"vite-plugin-compression2": "^2.5.0",
128129
"vite-plugin-env-parse": "^1.0.15",
129130
"vite-plugin-fake-server": "^2.2.2",
130-
"vite-plugin-pages": "^0.33.2",
131+
"vite-plugin-pages": "^0.33.3",
131132
"vite-plugin-svg-icons": "^2.0.1",
132-
"vite-plugin-vue-devtools": "^8.0.5",
133+
"vite-plugin-vue-devtools": "^8.0.7",
133134
"vite-plugin-vue-meta-layouts": "^0.6.1",
134-
"vue-tsc": "^3.2.1"
135+
"vue-tsc": "^3.2.5"
135136
},
136137
"simple-git-hooks": {
137138
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)