fix(vite): update Vite version and delete useless package (#892)

This commit is contained in:
ajaxzheng 2023-11-22 05:03:47 -08:00 committed by GitHub
parent 2f98210738
commit efe14609ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 5 deletions

View File

@ -26,7 +26,7 @@
"postcss": "^8.4.16",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.0",
"vite": "^4.3.8",
"vite-plugin-react": "^4.0.1",
"vite-plugin-svgr": "^3.2.0"
}

View File

@ -59,7 +59,7 @@
"unplugin-auto-import": "0.8.7",
"unplugin-vue-components": "^0.19.9",
"uslug": "^1.0.4",
"vite": "^2.9.12",
"vite": "^4.3.8",
"vite-plugin-html": "^2.0.0",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-md": "0.13.1"

View File

@ -31,7 +31,7 @@
"vite"
],
"peerDependencies": {
"vite": ">=2"
"vite": ">=4"
},
"dependencies": {
"change-case": "^4.1.2"
@ -42,4 +42,4 @@
"vite": "^4.3.8",
"rimraf": "^3.0.2"
}
}
}

View File

@ -164,7 +164,6 @@
"lint-staged": "^13.0.3",
"minimist": "^1.2.8",
"node-xlsx": "^0.21.0",
"nx": "^15.4.5",
"prettier": "^3.0.0",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",