Skip to content

Commit 021a723

Browse files
committed
chore: 更新依赖
1 parent 1dc16e1 commit 021a723

File tree

4 files changed

+970
-1392
lines changed

4 files changed

+970
-1392
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version: 22
1919

2020
- run: npx changelogithub # or [email protected] if ensure the stable result
2121
env:

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,44 +24,44 @@
2424
},
2525
"dependencies": {
2626
"@headlessui/vue": "^1.7.23",
27-
"@vueuse/components": "^11.2.0",
28-
"@vueuse/core": "^11.2.0",
29-
"@vueuse/integrations": "^11.2.0",
30-
"axios": "^1.7.7",
27+
"@vueuse/components": "^12.0.0",
28+
"@vueuse/core": "^12.0.0",
29+
"@vueuse/integrations": "^12.0.0",
30+
"axios": "^1.7.9",
3131
"dayjs": "^1.11.13",
3232
"disable-devtool": "^0.3.8",
33-
"element-plus": "^2.8.8",
33+
"element-plus": "^2.9.0",
3434
"eruda": "^3.4.1",
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",
40-
"overlayscrollbars": "^2.10.0",
40+
"overlayscrollbars": "^2.10.1",
4141
"overlayscrollbars-vue": "^0.5.9",
42-
"pinia": "^2.2.6",
42+
"pinia": "^2.3.0",
4343
"qs": "^6.13.1",
4444
"vconsole": "^3.15.1",
4545
"vue": "^3.5.13",
4646
"vue-m-message": "^4.0.2",
47-
"vue-router": "^4.4.5"
47+
"vue-router": "^4.5.0"
4848
},
4949
"devDependencies": {
50-
"@antfu/eslint-config": "3.9.2",
51-
"@iconify/json": "^2.2.273",
50+
"@antfu/eslint-config": "3.11.2",
51+
"@iconify/json": "^2.2.279",
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.17",
57-
"@unocss/eslint-plugin": "^0.64.1",
58-
"@vitejs/plugin-vue": "^5.2.0",
59-
"@vitejs/plugin-vue-jsx": "^4.1.0",
57+
"@unocss/eslint-plugin": "^0.65.1",
58+
"@vitejs/plugin-vue": "^5.2.1",
59+
"@vitejs/plugin-vue-jsx": "^4.1.1",
6060
"autoprefixer": "^10.4.20",
6161
"boxen": "^8.0.1",
6262
"bumpp": "^9.8.1",
6363
"cz-git": "^1.11.0",
64-
"eslint": "^9.15.0",
64+
"eslint": "^9.16.0",
6565
"esno": "^4.8.0",
6666
"fs-extra": "^11.2.0",
6767
"http-server": "^14.1.1",
@@ -73,25 +73,25 @@
7373
"postcss": "^8.4.49",
7474
"postcss-html": "^1.7.0",
7575
"postcss-nested": "^7.0.2",
76-
"sass-embedded": "^1.81.0",
76+
"sass-embedded": "^1.82.0",
7777
"simple-git-hooks": "^2.11.1",
78-
"stylelint": "^16.10.0",
78+
"stylelint": "^16.11.0",
7979
"stylelint-config-recess-order": "^5.1.1",
80-
"stylelint-config-standard-scss": "^13.1.0",
80+
"stylelint-config-standard-scss": "^14.0.0",
8181
"stylelint-config-standard-vue": "^1.0.0",
82-
"stylelint-scss": "^6.9.0",
82+
"stylelint-scss": "^6.10.0",
8383
"svgo": "^3.3.2",
8484
"typescript": "^5.6.3",
85-
"unocss": "^0.64.1",
85+
"unocss": "^0.65.1",
8686
"unocss-preset-scrollbar": "^0.3.1",
87-
"unplugin-auto-import": "^0.18.5",
88-
"unplugin-turbo-console": "^1.10.4",
89-
"unplugin-vue-components": "^0.27.4",
90-
"vite": "^5.4.11",
87+
"unplugin-auto-import": "^0.18.6",
88+
"unplugin-turbo-console": "^1.10.6",
89+
"unplugin-vue-components": "^0.27.5",
90+
"vite": "^6.0.2",
9191
"vite-plugin-app-loading": "^0.3.0",
9292
"vite-plugin-archiver": "^0.1.1",
9393
"vite-plugin-banner": "^0.8.0",
94-
"vite-plugin-compression2": "^1.3.1",
94+
"vite-plugin-compression2": "^1.3.3",
9595
"vite-plugin-fake-server": "^2.1.3",
9696
"vite-plugin-svg-icons": "^2.0.1",
9797
"vue-tsc": "^2.1.10"

0 commit comments

Comments
 (0)