upgrade to vite 5

This commit is contained in:
2023-12-10 17:00:04 +07:00
parent 132ea7f887
commit 8883be7ed6
2 changed files with 227 additions and 110 deletions

View File

@@ -60,7 +60,7 @@
"@tiptap/react": "^2.1.13",
"@tiptap/starter-kit": "^2.1.13",
"@tiptap/suggestion": "^2.1.13",
"@vidstack/react": "^1.9.2",
"@vidstack/react": "^1.9.3",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.16",
"html-to-text": "^9.0.5",
@@ -110,14 +110,14 @@
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"prop-types": "^15.8.1",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vite": "^5.0.7",
"vite-plugin-top-level-await": "^1.3.1",
"vite-tsconfig-paths": "^4.2.2"
}