update vite to v4

This commit is contained in:
Felix Roos 2023-04-29 08:10:12 +02:00
parent fd81867e7b
commit 5c6fa1c82b
18 changed files with 518 additions and 380 deletions

View file

@ -53,12 +53,12 @@
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^2.2.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.0.24",
"vite": "^3.2.2"
"vite": "^4.3.3"
}
}