From 26ba5990cb8a8e06d11c077c3cc4cb2f21ef0cfa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Jan 2025 23:50:45 +0000 Subject: [PATCH] Update dependency astro to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c3a11f..248d7e9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/cloudflare": "^11.0.0", "@astrojs/tailwind": "^5.0.0", "@tailwindcss/typography": "^0.5.10", - "astro": "^4.0.6", + "astro": "^5.0.0", "tailwindcss": "^3.3.3" } }