Upgrade vite to 3.0.3,@vitejs/plugin-vue to 3.0.1

This commit is contained in:
徐晓伟 2022-07-29 17:11:16 +08:00 committed by GitHub
parent ec630d408a
commit 641e061d90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,11 @@
"node": ">=14.17.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue": "^3.0.1",
"electron": "^19.0.8",
"electron-builder": "^23.1.0",
"typescript": "^4.7.4",
"vite": "^2.9.13",
"vite": "^3.0.3",
"vite-plugin-electron": "^0.8.1",
"vue": "^3.2.37",
"vue-tsc": "^0.38.3"