From a97e4f44698f8a70ab26fe1993d527f465021817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoni=20Nu=C3=B1ez=20Romeu?= Date: Mon, 30 Mar 2026 10:39:49 +0200 Subject: [PATCH] Fixed building issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58a0866..1e88403 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "tailwindcss": "^3.4.17", "typescript": "^5.8.3", "typescript-eslint": "^8.38.0", - "vite": "^8.0.3", + "vite": "^7.3.1", "vitest": "^3.2.4" } }