chore: Update to vite 6

This commit is contained in:
CharleeWa 2024-11-30 20:19:17 +08:00
parent febb6719da
commit 873ea1fdca
2 changed files with 918 additions and 754 deletions

View File

@ -2,7 +2,7 @@
"name": "vue3-vant-mobile",
"type": "module",
"version": "3.3.0",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.14.4",
"description": "An mobile web apps template based on the Vue 3 ecosystem",
"license": "MIT",
"scripts": {
@ -14,62 +14,63 @@
"lint:fix": "eslint . --fix",
"test": "vitest",
"release": "bumpp --commit --push --tag",
"prepare": "husky"
"prepare": "husky",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@unhead/vue": "^1.11.13",
"@vant/touch-emulator": "^1.4.0",
"@vant/use": "^1.6.0",
"@vueuse/core": "^11.3.0",
"@vueuse/core": "^12.0.0",
"axios": "^1.7.8",
"echarts": "^5.5.1",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.2.6",
"pinia": "^2.2.8",
"pinia-plugin-persistedstate": "^4.1.3",
"resize-detector": "^0.3.0",
"vant": "^4.9.9",
"vconsole": "^3.15.1",
"vue": "^3.5.13",
"vue-i18n": "^10.0.4",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "3.10.0",
"@antfu/eslint-config": "3.11.2",
"@iconify-json/carbon": "^1.2.4",
"@intlify/unplugin-vue-i18n": "^6.0.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.0",
"@types/node": "^22.10.1",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-plugin": "0.64.1",
"@unocss/preset-rem-to-px": "0.64.1",
"@unocss/eslint-plugin": "0.65.0-beta.2",
"@unocss/preset-rem-to-px": "0.65.0-beta.2",
"@vant/auto-import-resolver": "^1.2.1",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"bumpp": "^9.8.1",
"consola": "^3.2.3",
"cross-env": "^7.0.3",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"eslint": "^9.16.0",
"eslint-plugin-format": "^0.1.3",
"husky": "^9.1.7",
"less": "^4.2.1",
"mockjs": "^1.1.0",
"postcss-mobile-forever": "^4.3.0",
"postcss-mobile-forever": "^4.3.1",
"rollup": "^4.27.4",
"terser": "^5.36.0",
"typescript": "5.6.3",
"unocss": "0.64.1",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"typescript": "~5.6.3",
"unocss": "0.65.0-beta.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.11",
"vite": "^6.0.1",
"vite-plugin-mock-dev-server": "^1.8.0",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-sitemap": "^0.7.1",
"vite-plugin-vconsole": "^2.1.1",
"vite-plugin-vue-devtools": "^7.6.4",
"vitest": "^2.1.5",
"vite-plugin-vue-devtools": "^7.6.7",
"vitest": "^2.1.6",
"vue-tsc": "^2.1.10"
},
"pnpm": {
@ -78,5 +79,8 @@
"inflight": "1.0.6",
"sourcemap-codec": "1.4.8"
}
},
"resolutions": {
"vite": "^6.0.1"
}
}

File diff suppressed because it is too large Load Diff