Skip to content

Commit 5253eed

Browse files
committed
chore: 更新依赖
1 parent 6cae3ba commit 5253eed

File tree

4 files changed

+1108
-1315
lines changed

4 files changed

+1108
-1315
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515

16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v5
1717
with:
18-
node-version: 22
18+
node-version: latest
1919

2020
- run: npx changelogithub # or [email protected] if ensure the stable result
2121
env:
@@ -25,7 +25,7 @@ jobs:
2525
needs: release
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0
3131

@@ -57,7 +57,7 @@ jobs:
5757
needs: release
5858
runs-on: ubuntu-latest
5959
steps:
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161
with:
6262
fetch-depth: 0
6363
ref: example

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"version": "5.6.0",
4-
"packageManager": "pnpm@10.15.0",
4+
"packageManager": "pnpm@10.16.0",
55
"engines": {
66
"node": "^20.19.0 || >=22.12.0"
77
},
@@ -26,50 +26,50 @@
2626
},
2727
"dependencies": {
2828
"@vee-validate/zod": "^4.15.1",
29-
"@vueuse/components": "^13.8.0",
30-
"@vueuse/core": "^13.8.0",
31-
"@vueuse/integrations": "^13.8.0",
32-
"axios": "^1.11.0",
29+
"@vueuse/components": "^13.9.0",
30+
"@vueuse/core": "^13.9.0",
31+
"@vueuse/integrations": "^13.9.0",
32+
"axios": "^1.12.1",
3333
"class-variance-authority": "^0.7.1",
3434
"clsx": "^2.1.1",
3535
"dayjs": "^1.11.18",
3636
"defu": "^6.1.4",
3737
"disable-devtool": "^0.3.9",
38-
"element-plus": "^2.11.1",
38+
"element-plus": "^2.11.2",
3939
"eruda": "^3.4.3",
4040
"es-toolkit": "^1.39.10",
4141
"filesize": "^11.0.2",
4242
"hotkeys-js": "^3.13.15",
43-
"lucide-vue-next": "^0.542.0",
43+
"lucide-vue-next": "^0.544.0",
4444
"mitt": "^3.0.1",
4545
"nprogress": "^0.2.0",
4646
"path-browserify": "^1.0.1",
47-
"path-to-regexp": "^8.2.0",
47+
"path-to-regexp": "^8.3.0",
4848
"pinia": "^3.0.3",
4949
"qs": "^6.14.0",
5050
"reka-ui": "^2.5.0",
5151
"scule": "^1.3.0",
5252
"tailwind-merge": "^3.3.1",
53-
"ua-parser-js": "^2.0.4",
53+
"ua-parser-js": "^2.0.5",
5454
"vconsole": "^3.15.1",
5555
"vee-validate": "^4.15.1",
56-
"vue": "^3.5.20",
56+
"vue": "^3.5.21",
5757
"vue-router": "^4.5.1",
5858
"vue-sonner": "^2.0.8",
59-
"zod": "^4.1.5"
59+
"zod": "^4.1.8"
6060
},
6161
"devDependencies": {
62-
"@antfu/eslint-config": "^5.2.1",
62+
"@antfu/eslint-config": "^5.3.0",
6363
"@clack/prompts": "^0.11.0",
6464
"@faker-js/faker": "^10.0.0",
65-
"@iconify/json": "^2.2.380",
65+
"@iconify/json": "^2.2.383",
6666
"@iconify/vue": "^5.0.0",
6767
"@stylistic/stylelint-config": "^3.0.1",
6868
"@types/nprogress": "^0.2.3",
6969
"@types/path-browserify": "^1.0.3",
7070
"@types/qs": "^6.14.0",
71-
"@unocss/eslint-plugin": "^66.5.0",
72-
"@unocss/preset-legacy-compat": "^66.5.0",
71+
"@unocss/eslint-plugin": "^66.5.1",
72+
"@unocss/preset-legacy-compat": "^66.5.1",
7373
"@vitejs/plugin-legacy": "^7.2.1",
7474
"@vitejs/plugin-vue": "^6.0.1",
7575
"@vitejs/plugin-vue-jsx": "^5.1.1",
@@ -78,32 +78,32 @@
7878
"boxen": "^8.0.1",
7979
"bumpp": "^10.2.3",
8080
"cz-git": "^1.12.0",
81-
"eslint": "^9.34.0",
81+
"eslint": "^9.35.0",
8282
"fs-extra": "^11.3.1",
8383
"http-server": "^14.1.1",
84-
"lint-staged": "^16.1.5",
84+
"lint-staged": "^16.1.6",
8585
"npm-run-all2": "^8.0.4",
8686
"picocolors": "^1.1.1",
87-
"plop": "^4.0.1",
87+
"plop": "^4.0.2",
8888
"postcss": "^8.5.6",
8989
"postcss-nested": "^7.0.2",
90-
"sass-embedded": "^1.91.0",
90+
"sass-embedded": "^1.92.1",
9191
"simple-git-hooks": "^2.13.1",
92-
"stylelint": "^16.23.1",
93-
"stylelint-config-recess-order": "^7.2.0",
94-
"stylelint-config-standard-scss": "^15.0.1",
92+
"stylelint": "^16.24.0",
93+
"stylelint-config-recess-order": "^7.3.0",
94+
"stylelint-config-standard-scss": "^16.0.0",
9595
"stylelint-config-standard-vue": "^1.0.0",
9696
"stylelint-scss": "^6.12.1",
9797
"svgo": "^4.0.0",
98-
"taze": "^19.3.0",
98+
"taze": "^19.6.0",
9999
"tsx": "^4.20.5",
100100
"typescript": "^5.9.2",
101-
"unocss": "^66.5.0",
101+
"unocss": "^66.5.1",
102102
"unocss-preset-animations": "^1.2.1",
103103
"unplugin-auto-import": "^20.1.0",
104104
"unplugin-turbo-console": "^2.2.0",
105105
"unplugin-vue-components": "^29.0.0",
106-
"vite": "^7.1.3",
106+
"vite": "^7.1.5",
107107
"vite-plugin-app-loading": "^0.4.0",
108108
"vite-plugin-archiver": "^0.2.0",
109109
"vite-plugin-banner": "^0.8.1",
@@ -112,9 +112,9 @@
112112
"vite-plugin-fake-server": "^2.2.0",
113113
"vite-plugin-pages": "^0.33.1",
114114
"vite-plugin-svg-icons": "^2.0.1",
115-
"vite-plugin-vue-devtools": "^8.0.1",
115+
"vite-plugin-vue-devtools": "^8.0.2",
116116
"vite-plugin-vue-meta-layouts": "^0.6.0",
117-
"vue-tsc": "^3.0.6"
117+
"vue-tsc": "^3.0.7"
118118
},
119119
"simple-git-hooks": {
120120
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)