From 6cca5547bc77b26c94302d5fa3598608dd99c844 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:33:10 +0000 Subject: [PATCH] fix(deps): update dependency @astrojs/starlight-tailwind to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc4f687..ffd1232 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.37.7", - "@astrojs/starlight-tailwind": "^4.0.2", + "@astrojs/starlight-tailwind": "^5.0.0", "@tailwindcss/vite": "^4.2.1", "@vercel/analytics": "^2.0.1", "astro": "^5.6.1",