From 0ff883c3bc1d9c526fe86b61101d8b370173cf0f Mon Sep 17 00:00:00 2001 From: Daniel LaForce Date: Mon, 28 Apr 2025 02:30:12 -0600 Subject: [PATCH] fix: Update @astrojs/cloudflare version for Astro 3 compatibility --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54c5cc5..778311d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/cloudflare": "^5.0.0", + "@astrojs/cloudflare": "^6.0.0", "@astrojs/mdx": "^1.1.0", "@astrojs/rss": "^3.0.0", "@astrojs/sitemap": "^3.0.0",