Skip to content

Commit a2ef49d

Browse files
committed
chore: update deps
1 parent 0fdbf99 commit a2ef49d

File tree

2 files changed

+448
-748
lines changed

2 files changed

+448
-748
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue3-vant-mobile",
33
"type": "module",
44
"version": "3.9.1",
5-
"packageManager": "pnpm@10.9.0",
5+
"packageManager": "pnpm@10.10.0",
66
"description": "An mobile web apps template based on the Vue 3 ecosystem",
77
"license": "MIT",
88
"scripts": {
@@ -22,7 +22,7 @@
2222
"@vant/touch-emulator": "^1.4.0",
2323
"@vant/use": "^1.6.0",
2424
"@vueuse/core": "^13.1.0",
25-
"axios": "^1.8.4",
25+
"axios": "^1.9.0",
2626
"echarts": "^5.6.0",
2727
"lodash-es": "^4.17.21",
2828
"nprogress": "^0.2.0",
@@ -33,7 +33,7 @@
3333
"vconsole": "^3.15.1",
3434
"vue": "^3.5.13",
3535
"vue-i18n": "^11.1.3",
36-
"vue-router": "^4.5.0"
36+
"vue-router": "^4.5.1"
3737
},
3838
"devDependencies": {
3939
"@antfu/eslint-config": "4.12.0",
@@ -43,11 +43,11 @@
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.14.1",
46+
"@types/node": "^22.15.3",
4747
"@types/nprogress": "^0.2.3",
4848
"@unocss/eslint-config": "66.1.0-beta.12",
4949
"@vant/auto-import-resolver": "^1.3.0",
50-
"@vitejs/plugin-legacy": "^6.1.0",
50+
"@vitejs/plugin-legacy": "^6.1.1",
5151
"@vitejs/plugin-vue": "^5.2.3",
5252
"autoprefixer": "^10.4.21",
5353
"bumpp": "^10.1.0",
@@ -59,20 +59,20 @@
5959
"lint-staged": "^15.5.1",
6060
"mockjs": "^1.1.0",
6161
"postcss-mobile-forever": "^5.0.0",
62-
"rollup": "^4.40.0",
63-
"simple-git-hooks": "^2.12.1",
62+
"rollup": "^4.40.1",
63+
"simple-git-hooks": "^2.13.0",
6464
"terser": "^5.39.0",
6565
"typescript": "^5.8.3",
6666
"unocss": "66.1.0-beta.12",
6767
"unplugin-auto-import": "^19.1.2",
6868
"unplugin-vue-components": "^28.5.0",
6969
"unplugin-vue-router": "^0.12.0",
70-
"vite": "^6.3.2",
70+
"vite": "^6.3.3",
7171
"vite-plugin-mock-dev-server": "^1.8.5",
7272
"vite-plugin-pwa": "^1.0.0",
7373
"vite-plugin-sitemap": "^0.7.1",
7474
"vite-plugin-vconsole": "^2.1.1",
75-
"vite-plugin-vue-devtools": "^7.7.5",
75+
"vite-plugin-vue-devtools": "^7.7.6",
7676
"vue-tsc": "^2.2.10"
7777
},
7878
"pnpm": {
@@ -94,7 +94,7 @@
9494
]
9595
},
9696
"resolutions": {
97-
"vite": "^6.3.2"
97+
"vite": "^6.3.3"
9898
},
9999
"simple-git-hooks": {
100100
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)