Skip to content

Commit 3cbd8d5

Browse files
committed
chore: update deps
1 parent 940e710 commit 3cbd8d5

File tree

3 files changed

+881
-816
lines changed

3 files changed

+881
-816
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue3-vant-mobile",
33
"type": "module",
44
"version": "3.7.1",
5-
"packageManager": "pnpm@10.6.5",
5+
"packageManager": "pnpm@10.7.0",
66
"description": "An mobile web apps template based on the Vue 3 ecosystem",
77
"license": "MIT",
88
"scripts": {
@@ -19,7 +19,7 @@
1919
"prepare": "simple-git-hooks"
2020
},
2121
"dependencies": {
22-
"@unhead/vue": "2.0.0-rc.13",
22+
"@unhead/vue": "2.0.2",
2323
"@vant/touch-emulator": "^1.4.0",
2424
"@vant/use": "^1.6.0",
2525
"@vueuse/core": "^13.0.0",
@@ -44,10 +44,10 @@
4444
"@iconify-json/carbon": "^1.2.8",
4545
"@intlify/unplugin-vue-i18n": "^6.0.5",
4646
"@types/lodash-es": "^4.17.12",
47-
"@types/node": "^22.13.11",
47+
"@types/node": "^22.13.14",
4848
"@types/nprogress": "^0.2.3",
49-
"@unocss/eslint-plugin": "66.1.0-beta.6",
50-
"@unocss/preset-rem-to-px": "66.1.0-beta.6",
49+
"@unocss/eslint-plugin": "66.1.0-beta.8",
50+
"@unocss/preset-rem-to-px": "66.1.0-beta.8",
5151
"@vant/auto-import-resolver": "^1.3.0",
5252
"@vitejs/plugin-legacy": "^6.0.2",
5353
"@vitejs/plugin-vue": "^5.2.3",
@@ -60,22 +60,22 @@
6060
"less": "^4.2.2",
6161
"lint-staged": "^15.5.0",
6262
"mockjs": "^1.1.0",
63-
"postcss-mobile-forever": "^4.4.0",
64-
"rollup": "^4.36.0",
63+
"postcss-mobile-forever": "^5.0.0",
64+
"rollup": "^4.38.0",
6565
"simple-git-hooks": "^2.12.1",
6666
"terser": "^5.39.0",
6767
"typescript": "^5.8.2",
68-
"unocss": "66.1.0-beta.6",
69-
"unplugin-auto-import": "^19.1.1",
68+
"unocss": "66.1.0-beta.8",
69+
"unplugin-auto-import": "^19.1.2",
7070
"unplugin-vue-components": "^28.4.1",
7171
"unplugin-vue-router": "^0.12.0",
72-
"vite": "^6.2.2",
72+
"vite": "^6.2.4",
7373
"vite-plugin-mock-dev-server": "^1.8.4",
74-
"vite-plugin-pwa": "^0.21.2",
74+
"vite-plugin-pwa": "^1.0.0",
7575
"vite-plugin-sitemap": "^0.7.1",
7676
"vite-plugin-vconsole": "^2.1.1",
7777
"vite-plugin-vue-devtools": "^7.7.2",
78-
"vitest": "^3.0.9",
78+
"vitest": "^3.1.1",
7979
"vue-tsc": "^2.2.8"
8080
},
8181
"pnpm": {
@@ -96,7 +96,7 @@
9696
]
9797
},
9898
"resolutions": {
99-
"vite": "^6.2.2"
99+
"vite": "^6.2.4"
100100
},
101101
"simple-git-hooks": {
102102
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)