Skip to content

Commit 1746b6b

Browse files
committed
chore: update deps
1 parent 1c26744 commit 1746b6b

File tree

3 files changed

+704
-658
lines changed

3 files changed

+704
-658
lines changed

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue3-vant-mobile",
33
"type": "module",
44
"version": "3.13.0",
5-
"packageManager": "pnpm@10.15.0",
5+
"packageManager": "pnpm@10.15.1",
66
"description": "An mobile web apps template based on the Vue 3 ecosystem",
77
"license": "MIT",
88
"engines": {
@@ -24,7 +24,7 @@
2424
"@unhead/vue": "2.0.14",
2525
"@vant/touch-emulator": "^1.4.0",
2626
"@vant/use": "^1.6.0",
27-
"@vueuse/core": "^13.7.0",
27+
"@vueuse/core": "^13.9.0",
2828
"axios": "^1.11.0",
2929
"echarts": "^6.0.0",
3030
"lodash-es": "^4.17.21",
@@ -34,21 +34,21 @@
3434
"resize-detector": "^0.3.0",
3535
"vant": "^4.9.21",
3636
"vconsole": "^3.15.1",
37-
"vue": "^3.5.20",
37+
"vue": "^3.5.21",
3838
"vue-i18n": "^11.1.11",
3939
"vue-router": "^4.5.1"
4040
},
4141
"devDependencies": {
42-
"@antfu/eslint-config": "5.2.1",
42+
"@antfu/eslint-config": "5.2.2",
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.13",
4747
"@intlify/unplugin-vue-i18n": "^6.0.8",
4848
"@types/lodash-es": "^4.17.12",
49-
"@types/node": "^24.3.0",
49+
"@types/node": "^24.3.1",
5050
"@types/nprogress": "^0.2.3",
51-
"@unocss/eslint-config": "66.4.2",
51+
"@unocss/eslint-config": "66.5.0",
5252
"@vant/auto-import-resolver": "^1.3.0",
5353
"@vitejs/plugin-legacy": "^7.2.1",
5454
"@vitejs/plugin-vue": "^6.0.1",
@@ -59,19 +59,19 @@
5959
"eslint": "^9.34.0",
6060
"eslint-plugin-format": "^1.0.1",
6161
"less": "^4.4.1",
62-
"lint-staged": "^16.1.5",
62+
"lint-staged": "^16.1.6",
6363
"mockjs": "^1.1.0",
6464
"postcss-mobile-forever": "^5.0.0",
65-
"rollup": "^4.48.1",
65+
"rollup": "^4.50.0",
6666
"simple-git-hooks": "^2.13.1",
67-
"terser": "^5.43.1",
67+
"terser": "^5.44.0",
6868
"typescript": "^5.9.2",
69-
"unocss": "66.4.2",
70-
"unplugin-auto-import": "^20.0.0",
69+
"unocss": "66.5.0",
70+
"unplugin-auto-import": "^20.1.0",
7171
"unplugin-vue-components": "^29.0.0",
7272
"unplugin-vue-router": "^0.15.0",
73-
"vite": "^7.1.3",
74-
"vite-plugin-mock-dev-server": "^1.9.3",
73+
"vite": "^7.1.4",
74+
"vite-plugin-mock-dev-server": "^2.0.1",
7575
"vite-plugin-pwa": "^1.0.3",
7676
"vite-plugin-sitemap": "^0.8.2",
7777
"vite-plugin-vconsole": "^2.1.1",
@@ -82,7 +82,8 @@
8282
"allowedDeprecatedVersions": {
8383
"glob": "7.2.3",
8484
"inflight": "1.0.6",
85-
"sourcemap-codec": "1.4.8"
85+
"sourcemap-codec": "1.4.8",
86+
"source-map": "0.8.0-beta.0"
8687
},
8788
"peerDependencyRules": {
8889
"allowedVersions": {}
@@ -95,7 +96,7 @@
9596
]
9697
},
9798
"resolutions": {
98-
"vite": "^7.1.3"
99+
"vite": "^7.1.4"
99100
},
100101
"simple-git-hooks": {
101102
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)