Skip to content

Commit e532af8

Browse files
committed
chore: update deps
1 parent e93d51e commit e532af8

File tree

3 files changed

+678
-749
lines changed

3 files changed

+678
-749
lines changed

build/vite/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { VantResolver } from '@vant/auto-import-resolver'
1010
import Components from 'unplugin-vue-components/vite'
1111
import { VueRouterAutoImports } from 'unplugin-vue-router'
1212
import VueRouter from 'unplugin-vue-router/vite'
13-
import mockDevServerPlugin from 'vite-plugin-mock-dev-server'
13+
import { mockDevServerPlugin } from 'vite-plugin-mock-dev-server'
1414
import { VitePWA } from 'vite-plugin-pwa'
1515
import Sitemap from 'vite-plugin-sitemap'
1616
import VueDevTools from 'vite-plugin-vue-devtools'

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue3-vant-mobile",
33
"type": "module",
44
"version": "3.10.0",
5-
"packageManager": "pnpm@10.10.0",
5+
"packageManager": "pnpm@10.11.0",
66
"description": "An mobile web apps template based on the Vue 3 ecosystem",
77
"license": "MIT",
88
"scripts": {
@@ -21,56 +21,56 @@
2121
"@unhead/vue": "2.0.8",
2222
"@vant/touch-emulator": "^1.4.0",
2323
"@vant/use": "^1.6.0",
24-
"@vueuse/core": "^13.1.0",
24+
"@vueuse/core": "^13.2.0",
2525
"axios": "^1.9.0",
2626
"echarts": "^5.6.0",
2727
"lodash-es": "^4.17.21",
2828
"nprogress": "^0.2.0",
2929
"pinia": "^3.0.2",
30-
"pinia-plugin-persistedstate": "^4.2.0",
30+
"pinia-plugin-persistedstate": "^4.3.0",
3131
"resize-detector": "^0.3.0",
3232
"vant": "^4.9.19",
3333
"vconsole": "^3.15.1",
34-
"vue": "^3.5.13",
34+
"vue": "^3.5.14",
3535
"vue-i18n": "^11.1.3",
3636
"vue-router": "^4.5.1"
3737
},
3838
"devDependencies": {
39-
"@antfu/eslint-config": "4.13.0",
40-
"@commitlint/cli": "^19.8.0",
41-
"@commitlint/config-conventional": "^19.8.0",
42-
"@commitlint/types": "^19.8.0",
39+
"@antfu/eslint-config": "4.13.1",
40+
"@commitlint/cli": "^19.8.1",
41+
"@commitlint/config-conventional": "^19.8.1",
42+
"@commitlint/types": "^19.8.1",
4343
"@iconify-json/carbon": "^1.2.8",
4444
"@intlify/unplugin-vue-i18n": "^6.0.8",
4545
"@types/lodash-es": "^4.17.12",
46-
"@types/node": "^22.15.14",
46+
"@types/node": "^22.15.18",
4747
"@types/nprogress": "^0.2.3",
48-
"@unocss/eslint-config": "66.1.0",
48+
"@unocss/eslint-config": "66.1.2",
4949
"@vant/auto-import-resolver": "^1.3.0",
5050
"@vitejs/plugin-legacy": "^6.1.1",
51-
"@vitejs/plugin-vue": "^5.2.3",
51+
"@vitejs/plugin-vue": "^5.2.4",
5252
"autoprefixer": "^10.4.21",
53-
"bumpp": "^10.1.0",
53+
"bumpp": "^10.1.1",
5454
"consola": "^3.4.2",
5555
"cross-env": "^7.0.3",
5656
"eslint": "^9.26.0",
5757
"eslint-plugin-format": "^1.0.1",
5858
"less": "^4.3.0",
59-
"lint-staged": "^15.5.2",
59+
"lint-staged": "^16.0.0",
6060
"mockjs": "^1.1.0",
6161
"postcss-mobile-forever": "^5.0.0",
6262
"rollup": "^4.40.2",
6363
"simple-git-hooks": "^2.13.0",
64-
"terser": "^5.39.0",
64+
"terser": "^5.39.2",
6565
"typescript": "^5.8.3",
66-
"unocss": "66.1.0",
66+
"unocss": "66.1.2",
6767
"unplugin-auto-import": "^19.2.0",
6868
"unplugin-vue-components": "^28.5.0",
6969
"unplugin-vue-router": "^0.12.0",
7070
"vite": "^6.3.5",
71-
"vite-plugin-mock-dev-server": "^1.8.5",
71+
"vite-plugin-mock-dev-server": "^1.8.7",
7272
"vite-plugin-pwa": "^1.0.0",
73-
"vite-plugin-sitemap": "^0.7.1",
73+
"vite-plugin-sitemap": "^0.8.2",
7474
"vite-plugin-vconsole": "^2.1.1",
7575
"vite-plugin-vue-devtools": "^7.7.6",
7676
"vue-tsc": "^2.2.10"

0 commit comments

Comments
 (0)