feat(cli): bump vite v4 (#11414)

* feat(cli): bump vite v4

* chore: bump vite plugin
This commit is contained in:
neverland 2022-12-24 15:47:15 +08:00 committed by GitHub
parent 775d9539cc
commit 816a7cbdfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 434 additions and 389 deletions

View File

@ -28,9 +28,6 @@
"rimraf": "^3.0.2"
},
"pnpm": {
"overrides": {
"esbuild": "^0.14"
},
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",

View File

@ -36,7 +36,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.15.9",
"esbuild": "^0.16.10",
"release-it": "^15.4.1",
"typescript": "^4.8.2"
},

View File

@ -55,14 +55,14 @@
"@types/jest": "^29.1.1",
"@vant/eslint-config": "^3.5.0",
"@vant/touch-emulator": "^1.4.0",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"autoprefixer": "^10.4.8",
"commander": "^9.4.0",
"consola": "^2.15.3",
"conventional-changelog": "^3.1.25",
"esbuild": "^0.15.9",
"esbuild": "^0.16.10",
"eslint": "^8.23.0",
"execa": "^5.1.1",
"fast-glob": "^3.2.11",
@ -86,7 +86,7 @@
"release-it": "^15.4.1",
"transliteration": "^2.3.5",
"typescript": "^4.8.2",
"vite": "3.1.8",
"vite": "^4.0.3",
"vite-plugin-html": "^2.1.2",
"vite-plugin-md": "^0.11.9",
"vue-router": "^4.1.5"

View File

@ -39,7 +39,7 @@
"@vue/runtime-core": "^3.2.27",
"vant": "workspace:*",
"vue": "^3.2.45",
"esbuild": "^0.15.9",
"esbuild": "^0.16.10",
"release-it": "^15.1.1",
"typescript": "^4.7.4"
},

View File

@ -38,7 +38,7 @@
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.11.6",
"esbuild": "^0.15.9",
"esbuild": "^0.16.10",
"release-it": "^15.4.1",
"typescript": "^4.8.2"
},

View File

@ -37,7 +37,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.15.9",
"esbuild": "^0.16.10",
"release-it": "^15.4.1",
"typescript": "^4.8.2",
"vue": "^3.2.45"

804
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff