Skip to content

Commit 7c8dec3

Browse files
committed
更新依赖
1 parent d0d0990 commit 7c8dec3

3 files changed

Lines changed: 873 additions & 862 deletions

File tree

.vscode/settings.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
{
2-
"eslint.useFlatConfig": true,
2+
"npm.packageManager": "pnpm",
3+
"js/ts.tsdk.path": "node_modules/typescript/lib",
34
"prettier.enable": false,
45
"editor.formatOnSave": false,
56
"editor.codeActionsOnSave": {
67
"source.fixAll.eslint": "explicit",
78
"source.fixAll.stylelint": "explicit",
89
"source.organizeImports": "never"
910
},
10-
"stylelint.validate": [
11-
"css",
12-
"postcss",
13-
"scss",
14-
"vue"
15-
],
11+
"eslint.useFlatConfig": true,
1612
"eslint.validate": [
1713
"javascript",
1814
"javascriptreact",
@@ -25,5 +21,10 @@
2521
"jsonc",
2622
"yaml"
2723
],
28-
"typescript.tsdk": "node_modules/typescript/lib"
24+
"stylelint.validate": [
25+
"css",
26+
"postcss",
27+
"scss",
28+
"vue"
29+
]
2930
}

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"packageManager": "pnpm@10.30.3",
3+
"packageManager": "pnpm@10.32.1",
44
"engines": {
55
"node": "^20.19.0 || >=22.12.0"
66
},
@@ -37,11 +37,11 @@
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
3939
"cropperjs": "1.6.2",
40-
"dayjs": "^1.11.19",
40+
"dayjs": "^1.11.20",
4141
"defu": "^6.1.4",
4242
"disable-devtool": "^0.3.9",
4343
"echarts": "^6.0.0",
44-
"element-plus": "^2.13.4",
44+
"element-plus": "^2.13.5",
4545
"eruda": "^3.4.3",
4646
"es-toolkit": "^1.45.1",
4747
"filesize": "^11.0.13",
@@ -55,7 +55,7 @@
5555
"print-js": "^1.6.0",
5656
"qrcode": "^1.5.4",
5757
"qs": "^6.15.0",
58-
"reka-ui": "^2.9.0",
58+
"reka-ui": "^2.9.2",
5959
"scule": "^1.3.0",
6060
"splitpanes": "^4.0.4",
6161
"swiper": "^12.1.2",
@@ -64,22 +64,22 @@
6464
"ua-parser-js": "^2.0.9",
6565
"vconsole": "^3.15.1",
6666
"vee-validate": "^4.15.1",
67-
"vue": "^3.5.29",
67+
"vue": "^3.5.30",
6868
"vue-currency-input": "^3.2.2",
69-
"vue-data-ui": "^3.15.10",
69+
"vue-data-ui": "^3.15.12",
7070
"vue-esign": "^1.1.4",
7171
"vue-hooks-plus": "^2.4.3",
7272
"vue-router": "^5.0.3",
7373
"vue-sonner": "^2.0.9",
74-
"vxe-table": "^4.17.49",
75-
"xe-utils": "^4.0.1",
74+
"vxe-table": "^4.18.2",
75+
"xe-utils": "^4.0.4",
7676
"zod": "^4.3.6"
7777
},
7878
"devDependencies": {
79-
"@antfu/eslint-config": "^7.7.0",
79+
"@antfu/eslint-config": "^7.7.2",
8080
"@clack/prompts": "^1.1.0",
8181
"@faker-js/faker": "^10.3.0",
82-
"@iconify/json": "^2.2.447",
82+
"@iconify/json": "^2.2.449",
8383
"@iconify/vue": "^5.0.0",
8484
"@stylistic/stylelint-config": "^4.0.0",
8585
"@types/nprogress": "^0.2.3",
@@ -91,21 +91,21 @@
9191
"@unocss/preset-legacy-compat": "^66.6.6",
9292
"@unocss/reset": "^66.6.6",
9393
"@vitejs/plugin-legacy": "^7.2.1",
94-
"@vitejs/plugin-vue": "^6.0.4",
95-
"@vitejs/plugin-vue-jsx": "^5.1.4",
94+
"@vitejs/plugin-vue": "^6.0.5",
95+
"@vitejs/plugin-vue-jsx": "^5.1.5",
9696
"@vue/tsconfig": "^0.9.0",
9797
"autoprefixer": "^10.4.27",
9898
"boxen": "^8.0.1",
99-
"eslint": "^9.39.4",
99+
"eslint": "^10.0.3",
100100
"fs-extra": "^11.3.4",
101101
"http-server": "^14.1.1",
102-
"lint-staged": "^16.3.2",
102+
"lint-staged": "^16.4.0",
103103
"npm-run-all2": "^8.0.4",
104104
"picocolors": "^1.1.1",
105105
"plop": "^4.0.5",
106106
"postcss": "^8.5.8",
107107
"postcss-nested": "^7.0.2",
108-
"sass-embedded": "^1.97.3",
108+
"sass-embedded": "^1.98.0",
109109
"simple-git-hooks": "^2.13.1",
110110
"stylelint": "^17.4.0",
111111
"stylelint-config-recess-order": "^7.6.1",
@@ -125,12 +125,12 @@
125125
"vite-plugin-app-loading": "^0.4.0",
126126
"vite-plugin-archiver": "^0.2.0",
127127
"vite-plugin-banner": "^0.8.1",
128-
"vite-plugin-compression2": "^2.5.0",
128+
"vite-plugin-compression2": "^2.5.1",
129129
"vite-plugin-env-parse": "^1.0.15",
130130
"vite-plugin-fake-server": "^2.2.2",
131131
"vite-plugin-pages": "^0.33.3",
132132
"vite-plugin-svg-icons": "^2.0.1",
133-
"vite-plugin-vue-devtools": "^8.0.7",
133+
"vite-plugin-vue-devtools": "^8.1.0",
134134
"vite-plugin-vue-meta-layouts": "^0.6.1",
135135
"vue-tsc": "^3.2.5"
136136
},

0 commit comments

Comments
 (0)