From d9ab760329a6e232786774cb0adaa6af4bb3791a Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 28 Nov 2024 00:18:11 +0000 Subject: [PATCH] Update dependency vite to v6 --- central_frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/central_frontend/package.json b/central_frontend/package.json index 3107e48..6e12047 100644 --- a/central_frontend/package.json +++ b/central_frontend/package.json @@ -38,6 +38,6 @@ "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.12", "typescript": "^5.6.3", - "vite": "^5.4.9" + "vite": "^6.0.0" } }