From a366cffff6de941e0f558b31d87534193f2223d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 09:44:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20vite?= =?UTF-8?q?=20to=20v6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- laravel/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/package.json b/laravel/package.json index 6c8e02a..3a6c6df 100644 --- a/laravel/package.json +++ b/laravel/package.json @@ -16,6 +16,6 @@ "prettier-plugin-blade": "^2.1.16", "prettier-plugin-tailwindcss": "^0.6.1", "tailwindcss": "^3.4.3", - "vite": "^5.0" + "vite": "^6.0.0" } }