Skip to content

Commit a3ff3bc

Browse files
committed
chore: 更新依赖
1 parent 6ee67f1 commit a3ff3bc

File tree

7 files changed

+1358
-1661
lines changed

7 files changed

+1358
-1661
lines changed

package.json

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -24,75 +24,76 @@
2424
},
2525
"dependencies": {
2626
"@headlessui/vue": "^1.7.22",
27-
"@vueuse/components": "^10.11.1",
28-
"@vueuse/core": "^10.11.0",
29-
"@vueuse/integrations": "^10.11.0",
30-
"axios": "^1.7.3",
31-
"dayjs": "^1.11.12",
27+
"@vueuse/components": "^11.0.3",
28+
"@vueuse/core": "^11.0.3",
29+
"@vueuse/integrations": "^11.0.3",
30+
"axios": "^1.7.7",
31+
"dayjs": "^1.11.13",
3232
"disable-devtool": "^0.3.7",
33-
"element-plus": "^2.7.8",
34-
"eruda": "^3.2.1",
33+
"element-plus": "^2.8.1",
34+
"eruda": "^3.2.3",
3535
"floating-vue": "5.2.2",
3636
"hotkeys-js": "^3.13.7",
3737
"lodash-es": "^4.17.21",
3838
"mitt": "^3.0.1",
3939
"mockjs": "^1.1.0",
4040
"overlayscrollbars": "^2.10.0",
4141
"overlayscrollbars-vue": "^0.5.9",
42-
"pinia": "^2.2.0",
42+
"pinia": "^2.2.2",
4343
"qs": "^6.13.0",
4444
"vconsole": "^3.15.1",
45-
"vue": "^3.4.35",
45+
"vue": "^3.4.38",
4646
"vue-m-message": "^4.0.2",
47-
"vue-router": "^4.4.2"
47+
"vue-router": "^4.4.3"
4848
},
4949
"devDependencies": {
5050
"@antfu/eslint-config": "2.24.1",
51-
"@iconify/json": "^2.2.233",
51+
"@iconify/json": "^2.2.243",
5252
"@iconify/vue": "^4.1.2",
5353
"@stylistic/stylelint-config": "^2.0.0",
5454
"@types/lodash-es": "^4.17.12",
5555
"@types/mockjs": "^1.0.10",
5656
"@types/qs": "^6.9.15",
57-
"@unocss/eslint-plugin": "^0.61.9",
58-
"@vitejs/plugin-vue": "^5.1.2",
59-
"@vitejs/plugin-vue-jsx": "^4.0.0",
57+
"@unocss/eslint-plugin": "^0.62.3",
58+
"@vitejs/plugin-vue": "^5.1.3",
59+
"@vitejs/plugin-vue-jsx": "^4.0.1",
6060
"archiver": "^7.0.1",
6161
"autoprefixer": "^10.4.20",
62-
"boxen": "^7.1.1",
63-
"bumpp": "^9.4.2",
62+
"boxen": "^8.0.1",
63+
"bumpp": "^9.5.2",
6464
"cz-git": "^1.9.4",
65-
"eslint": "^9.8.0",
65+
"eslint": "^9.9.1",
6666
"esno": "^4.7.0",
6767
"fs-extra": "^11.2.0",
6868
"http-server": "^14.1.1",
69-
"inquirer": "^10.1.6",
70-
"lint-staged": "^15.2.8",
69+
"inquirer": "^10.1.8",
70+
"lint-staged": "^15.2.9",
7171
"npm-run-all": "^4.1.5",
7272
"picocolors": "^1.0.1",
7373
"plop": "^4.0.1",
74-
"postcss": "^8.4.40",
74+
"postcss": "^8.4.42",
7575
"postcss-html": "^1.7.0",
7676
"postcss-nested": "^6.2.0",
7777
"sass": "^1.77.8",
7878
"simple-git-hooks": "^2.11.1",
79-
"stylelint": "^16.8.1",
80-
"stylelint-config-recess-order": "^5.0.1",
79+
"stylelint": "^16.9.0",
80+
"stylelint-config-recess-order": "^5.1.0",
8181
"stylelint-config-standard-scss": "^13.1.0",
8282
"stylelint-config-standard-vue": "^1.0.0",
83-
"stylelint-scss": "^6.4.1",
83+
"stylelint-scss": "^6.5.1",
8484
"svgo": "^3.3.2",
8585
"typescript": "^5.5.4",
86-
"unocss": "^0.61.9",
86+
"unocss": "^0.62.3",
87+
"unocss-preset-scrollbar": "^0.3.1",
8788
"unplugin-auto-import": "^0.18.2",
8889
"unplugin-turbo-console": "^1.10.1",
89-
"unplugin-vue-components": "^0.27.3",
90-
"vite": "^5.3.5",
90+
"unplugin-vue-components": "^0.27.4",
91+
"vite": "^5.4.2",
9192
"vite-plugin-banner": "^0.7.1",
92-
"vite-plugin-compression2": "^1.1.3",
93+
"vite-plugin-compression2": "^1.2.0",
9394
"vite-plugin-fake-server": "^2.1.1",
9495
"vite-plugin-svg-icons": "^2.0.1",
95-
"vue-tsc": "^2.0.29"
96+
"vue-tsc": "^2.1.4"
9697
},
9798
"simple-git-hooks": {
9899
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)