From 992227110f42c3f17a9a4ae63968c444644ea95d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 16:07:11 +0000 Subject: [PATCH] fix(deps): update dependency @astrojs/tailwind to v6 --- apps/getting-started-astro/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/getting-started-astro/package.json b/apps/getting-started-astro/package.json index 4e1f70119..2c127ab0e 100644 --- a/apps/getting-started-astro/package.json +++ b/apps/getting-started-astro/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/tailwind": "^5.1.0", + "@astrojs/tailwind": "^6.0.0", "@types/canvas-confetti": "^1.6.4", "@xata.io/client": "^0.30.0", "astro": "^4.9.2",