update vite to 1.6.4, since it fixed the issue

This commit is contained in:
LouisLam
2021-10-07 21:23:28 +08:00
parent 3d30ed3d3b
commit c0846124c2
3 changed files with 411 additions and 39 deletions

View File

@@ -99,7 +99,7 @@
"devDependencies": {
"@babel/eslint-parser": "~7.15.7",
"@types/bootstrap": "~5.1.6",
"@vitejs/plugin-legacy": "~1.5.3",
"@vitejs/plugin-legacy": "~1.6.1",
"@vitejs/plugin-vue": "~1.9.2",
"@vue/compiler-sfc": "~3.2.19",
"core-js": "~3.18.1",
@@ -114,7 +114,7 @@
"stylelint": "~13.13.1",
"stylelint-config-standard": "~22.0.0",
"typescript": "~4.4.3",
"vite": "~2.5.10"
"vite": "~2.6.4"
},
"jest": {
"verbose": true,