Skip to content

Commit eb27849

Browse files
committed
chore: update deps
1 parent 27e74a8 commit eb27849

File tree

4 files changed

+520
-531
lines changed

4 files changed

+520
-531
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ An mobile web apps template based on the Vue 3 ecosystem.
2828

2929
## Features
3030

31-
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 6](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - born with fastness
31+
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 7](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - born with fastness
3232

3333
- 🗂 [File based routing](./src/router)
3434

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ An mobile web apps template based on the Vue 3 ecosystem.
2828

2929
## Features
3030

31-
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 6](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - 就是快!
31+
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 7](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - 就是快!
3232

3333
- 🗂 [基于文件的路由](./src/router)
3434

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue3-vant-mobile",
33
"type": "module",
44
"version": "3.11.0",
5-
"packageManager": "pnpm@10.12.4",
5+
"packageManager": "pnpm@10.13.1",
66
"description": "An mobile web apps template based on the Vue 3 ecosystem",
77
"license": "MIT",
88
"engines": {
@@ -32,51 +32,51 @@
3232
"pinia": "^3.0.3",
3333
"pinia-plugin-persistedstate": "^4.4.1",
3434
"resize-detector": "^0.3.0",
35-
"vant": "^4.9.20",
35+
"vant": "^4.9.21",
3636
"vconsole": "^3.15.1",
3737
"vue": "^3.5.17",
38-
"vue-i18n": "^11.1.9",
38+
"vue-i18n": "^11.1.10",
3939
"vue-router": "^4.5.1"
4040
},
4141
"devDependencies": {
42-
"@antfu/eslint-config": "4.16.2",
42+
"@antfu/eslint-config": "4.17.0",
4343
"@commitlint/cli": "^19.8.1",
4444
"@commitlint/config-conventional": "^19.8.1",
4545
"@commitlint/types": "^19.8.1",
4646
"@iconify-json/carbon": "^1.2.10",
4747
"@intlify/unplugin-vue-i18n": "^6.0.8",
4848
"@types/lodash-es": "^4.17.12",
49-
"@types/node": "^24.0.12",
49+
"@types/node": "^24.0.14",
5050
"@types/nprogress": "^0.2.3",
5151
"@unocss/eslint-config": "66.3.3",
5252
"@vant/auto-import-resolver": "^1.3.0",
53-
"@vitejs/plugin-legacy": "^7.0.0",
53+
"@vitejs/plugin-legacy": "^7.0.1",
5454
"@vitejs/plugin-vue": "^6.0.0",
5555
"autoprefixer": "^10.4.21",
5656
"bumpp": "^10.2.0",
5757
"consola": "^3.4.2",
5858
"cross-env": "^7.0.3",
59-
"eslint": "^9.30.1",
59+
"eslint": "^9.31.0",
6060
"eslint-plugin-format": "^1.0.1",
61-
"less": "^4.3.0",
61+
"less": "^4.4.0",
6262
"lint-staged": "^16.1.2",
6363
"mockjs": "^1.1.0",
6464
"postcss-mobile-forever": "^5.0.0",
65-
"rollup": "^4.44.2",
65+
"rollup": "^4.45.1",
6666
"simple-git-hooks": "^2.13.0",
6767
"terser": "^5.43.1",
6868
"typescript": "^5.8.3",
6969
"unocss": "66.3.3",
7070
"unplugin-auto-import": "^19.3.0",
7171
"unplugin-vue-components": "^28.8.0",
7272
"unplugin-vue-router": "^0.14.0",
73-
"vite": "^7.0.3",
73+
"vite": "^7.0.5",
7474
"vite-plugin-mock-dev-server": "^1.9.1",
7575
"vite-plugin-pwa": "^1.0.1",
7676
"vite-plugin-sitemap": "^0.8.2",
7777
"vite-plugin-vconsole": "^2.1.1",
7878
"vite-plugin-vue-devtools": "^7.7.7",
79-
"vue-tsc": "^3.0.1"
79+
"vue-tsc": "^3.0.2"
8080
},
8181
"pnpm": {
8282
"allowedDeprecatedVersions": {
@@ -95,7 +95,7 @@
9595
]
9696
},
9797
"resolutions": {
98-
"vite": "^7.0.3"
98+
"vite": "^7.0.5"
9999
},
100100
"simple-git-hooks": {
101101
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)