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

@ -22,10 +22,10 @@
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vite": "^3.0.7"
"vite": "^4.3.3"
}
}