fix: Update @astrojs/cloudflare version for Astro 3 compatibility

This commit is contained in:
Daniel LaForce 2025-04-28 02:30:12 -06:00
parent be84aba1dc
commit 0ff883c3bc
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/cloudflare": "^5.0.0", "@astrojs/cloudflare": "^6.0.0",
"@astrojs/mdx": "^1.1.0", "@astrojs/mdx": "^1.1.0",
"@astrojs/rss": "^3.0.0", "@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0", "@astrojs/sitemap": "^3.0.0",