chore: upgrade vite

This commit is contained in:
Steven
2023-03-15 07:47:00 +08:00
parent 33d71d82fa
commit 77b3f03f5a
3 changed files with 231 additions and 459 deletions

View File

@@ -30,7 +30,7 @@
"@types/react-dom": "^18.0.4",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-react": "^2.1.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
@@ -40,6 +40,6 @@
"prettier": "2.5.1",
"tailwindcss": "^3.0.18",
"typescript": "^4.3.2",
"vite": "^3.1.0"
"vite": "^4.0.0"
}
}