From 5a3ea7eec81a4df50e73223dcd1e46733a57d102 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 Dec 2024 20:02:41 +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" } }