Skip to content

Commit 1aeb4f2

Browse files
committed
chore: 更新依赖
1 parent c2c2f1c commit 1aeb4f2

File tree

10 files changed

+949
-838
lines changed

10 files changed

+949
-838
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,71 +24,71 @@
2424
},
2525
"dependencies": {
2626
"@headlessui/vue": "^1.7.19",
27-
"@vueuse/core": "^10.8.0",
28-
"@vueuse/integrations": "^10.8.0",
27+
"@vueuse/core": "^10.9.0",
28+
"@vueuse/integrations": "^10.9.0",
2929
"axios": "^1.6.7",
3030
"dayjs": "^1.11.10",
31-
"element-plus": "^2.5.6",
31+
"element-plus": "^2.6.1",
3232
"eruda": "^3.0.1",
3333
"floating-vue": "5.2.2",
3434
"hotkeys-js": "^3.13.7",
3535
"lodash-es": "^4.17.21",
3636
"mitt": "^3.0.1",
3737
"mockjs": "^1.1.0",
38-
"overlayscrollbars": "^2.5.0",
38+
"overlayscrollbars": "^2.6.1",
3939
"overlayscrollbars-vue": "^0.5.7",
4040
"pinia": "^2.1.7",
41-
"qs": "^6.11.2",
41+
"qs": "^6.12.0",
4242
"vconsole": "^3.15.1",
43-
"vue": "^3.4.20",
43+
"vue": "^3.4.21",
4444
"vue-m-message": "^4.0.2",
4545
"vue-router": "^4.3.0"
4646
},
4747
"devDependencies": {
48-
"@antfu/eslint-config": "2.6.4",
49-
"@iconify/json": "^2.2.186",
48+
"@antfu/eslint-config": "2.8.1",
49+
"@iconify/json": "^2.2.191",
5050
"@iconify/vue": "^4.1.1",
5151
"@stylistic/stylelint-config": "^1.0.1",
5252
"@types/lodash-es": "^4.17.12",
5353
"@types/mockjs": "^1.0.10",
54-
"@types/qs": "^6.9.11",
54+
"@types/qs": "^6.9.12",
5555
"@unocss/eslint-plugin": "^0.58.5",
5656
"@vitejs/plugin-vue": "^5.0.4",
5757
"@vitejs/plugin-vue-jsx": "^3.1.0",
58-
"archiver": "^6.0.1",
59-
"autoprefixer": "^10.4.17",
58+
"archiver": "^7.0.1",
59+
"autoprefixer": "^10.4.18",
6060
"boxen": "^7.1.1",
61-
"bumpp": "^9.3.0",
62-
"cz-git": "^1.8.0",
61+
"bumpp": "^9.4.0",
62+
"cz-git": "^1.9.0",
6363
"eslint": "^8.57.0",
64-
"esno": "^4.0.0",
64+
"esno": "^4.7.0",
6565
"fs-extra": "^11.2.0",
6666
"http-server": "^14.1.1",
67-
"inquirer": "^9.2.15",
67+
"inquirer": "^9.2.16",
6868
"lint-staged": "^15.2.2",
6969
"npm-run-all": "^4.1.5",
7070
"picocolors": "^1.0.0",
7171
"plop": "^4.0.1",
7272
"postcss-html": "^1.6.0",
73-
"sass": "^1.71.1",
74-
"simple-git-hooks": "^2.9.0",
73+
"sass": "^1.72.0",
74+
"simple-git-hooks": "^2.10.0",
7575
"stylelint": "^16.2.1",
76-
"stylelint-config-recess-order": "^4.6.0",
76+
"stylelint-config-recess-order": "^5.0.0",
7777
"stylelint-config-standard-scss": "^13.0.0",
7878
"stylelint-config-standard-vue": "^1.0.0",
79-
"stylelint-scss": "^6.1.0",
79+
"stylelint-scss": "^6.2.1",
8080
"svgo": "^3.2.0",
81-
"typescript": "^5.3.3",
81+
"typescript": "^5.4.2",
8282
"unocss": "^0.58.5",
8383
"unplugin-auto-import": "^0.17.5",
84-
"unplugin-turbo-console": "^1.4.0",
84+
"unplugin-turbo-console": "^1.4.1",
8585
"unplugin-vue-components": "^0.26.0",
86-
"vite": "^5.1.4",
86+
"vite": "^5.1.6",
8787
"vite-plugin-banner": "^0.7.1",
88-
"vite-plugin-compression2": "^0.12.0",
88+
"vite-plugin-compression2": "^1.0.0",
8989
"vite-plugin-fake-server": "^2.1.1",
9090
"vite-plugin-svg-icons": "^2.0.1",
91-
"vue-tsc": "^1.8.27"
91+
"vue-tsc": "^2.0.6"
9292
},
9393
"simple-git-hooks": {
9494
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)