Add Vite 7 support (#6639)

* Add Vite 7 support

* Lock Vite version
This commit is contained in:
Tim MacDonald 2025-07-11 13:25:51 +04:00 committed by Yury Pikhtarev
commit 6818b6d02a
No known key found for this signature in database

View file

@ -49,7 +49,7 @@
"clsx": "^2.1.1", "clsx": "^2.1.1",
"concurrently": "^9.0.1", "concurrently": "^9.0.1",
"globals": "^15.14.0", "globals": "^15.14.0",
"laravel-vite-plugin": "^1.0", "laravel-vite-plugin": "^2.0.0",
"lucide-react": "^0.475.0", "lucide-react": "^0.475.0",
"react": "^19.0.0", "react": "^19.0.0",
"react-dom": "^19.0.0", "react-dom": "^19.0.0",
@ -57,7 +57,7 @@
"tailwindcss": "^4.0.0", "tailwindcss": "^4.0.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2", "typescript": "^5.7.2",
"vite": "^6.0" "vite": "^7.0.4"
}, },
"optionalDependencies": { "optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5", "@rollup/rollup-linux-x64-gnu": "4.9.5",