Skip to content

Commit 06ab56d

Browse files
committed
chore: 更新依赖
1 parent d4ea700 commit 06ab56d

File tree

3 files changed

+994
-725
lines changed

3 files changed

+994
-725
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "module",
33
"version": "4.4.0",
44
"engines": {
5-
"node": "^18.0.0 || ^20.0.0"
5+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
66
},
77
"scripts": {
88
"dev": "vite",
@@ -23,11 +23,11 @@
2323
"release": "bumpp"
2424
},
2525
"dependencies": {
26-
"@headlessui/vue": "^1.7.21",
26+
"@headlessui/vue": "^1.7.22",
2727
"@vueuse/core": "^10.9.0",
2828
"@vueuse/integrations": "^10.9.0",
2929
"axios": "^1.6.8",
30-
"dayjs": "^1.11.10",
30+
"dayjs": "^1.11.11",
3131
"element-plus": "^2.7.2",
3232
"eruda": "^3.0.1",
3333
"floating-vue": "5.2.2",
@@ -40,13 +40,13 @@
4040
"pinia": "^2.1.7",
4141
"qs": "^6.12.1",
4242
"vconsole": "^3.15.1",
43-
"vue": "^3.4.25",
43+
"vue": "^3.4.27",
4444
"vue-m-message": "^4.0.2",
4545
"vue-router": "^4.3.2"
4646
},
4747
"devDependencies": {
48-
"@antfu/eslint-config": "2.16.0",
49-
"@iconify/json": "^2.2.204",
48+
"@antfu/eslint-config": "2.17.0",
49+
"@iconify/json": "^2.2.207",
5050
"@iconify/vue": "^4.1.2",
5151
"@stylistic/stylelint-config": "^1.0.1",
5252
"@types/lodash-es": "^4.17.12",
@@ -58,9 +58,9 @@
5858
"archiver": "^7.0.1",
5959
"autoprefixer": "^10.4.19",
6060
"boxen": "^7.1.1",
61-
"bumpp": "^9.4.0",
61+
"bumpp": "^9.4.1",
6262
"cz-git": "^1.9.1",
63-
"eslint": "^9.1.1",
63+
"eslint": "^9.2.0",
6464
"esno": "^4.7.0",
6565
"fs-extra": "^11.2.0",
6666
"http-server": "^14.1.1",
@@ -70,26 +70,26 @@
7070
"picocolors": "^1.0.0",
7171
"plop": "^4.0.1",
7272
"postcss": "^8.4.38",
73-
"postcss-html": "^1.6.0",
74-
"sass": "^1.75.0",
73+
"postcss-html": "^1.7.0",
74+
"sass": "^1.77.0",
7575
"simple-git-hooks": "^2.11.1",
76-
"stylelint": "^16.4.0",
76+
"stylelint": "^16.5.0",
7777
"stylelint-config-recess-order": "^5.0.1",
7878
"stylelint-config-standard-scss": "^13.1.0",
7979
"stylelint-config-standard-vue": "^1.0.0",
80-
"stylelint-scss": "^6.2.1",
81-
"svgo": "^3.2.0",
80+
"stylelint-scss": "^6.3.0",
81+
"svgo": "^3.3.0",
8282
"typescript": "^5.4.5",
8383
"unocss": "^0.59.4",
8484
"unplugin-auto-import": "^0.17.5",
8585
"unplugin-turbo-console": "^1.8.6",
86-
"unplugin-vue-components": "^0.26.0",
87-
"vite": "^5.2.10",
86+
"unplugin-vue-components": "^0.27.0",
87+
"vite": "^5.2.11",
8888
"vite-plugin-banner": "^0.7.1",
8989
"vite-plugin-compression2": "^1.1.0",
9090
"vite-plugin-fake-server": "^2.1.1",
9191
"vite-plugin-svg-icons": "^2.0.1",
92-
"vue-tsc": "^2.0.14"
92+
"vue-tsc": "^2.0.16"
9393
},
9494
"simple-git-hooks": {
9595
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)