fix(cli): downgrade vite version to fix the website (#11087)

This commit is contained in:
neverland
2022-09-25 16:02:17 +08:00
committed by GitHub
parent 2a66e7c9ea
commit 7e482c059b
2 changed files with 239 additions and 21 deletions

View File

@@ -85,7 +85,7 @@
"release-it": "^15.4.1",
"transliteration": "^2.3.5",
"typescript": "^4.8.2",
"vite": "^3.1.3",
"vite": "3.0.9",
"vite-plugin-html": "^2.1.2",
"vite-plugin-md": "^0.11.9",
"vue-router": "^4.1.5"