Bump Astro version

This commit is contained in:
Mikkel Svartveit 2024-05-12 23:12:36 -07:00
parent e6ac1cdd2e
commit a42cef44bc
3 changed files with 1103 additions and 250 deletions

View file

@ -9,5 +9,8 @@ export default defineConfig({
output: "hybrid", output: "hybrid",
adapter: cloudflare({ adapter: cloudflare({
imageService: "compile", imageService: "compile",
platformProxy: {
enabled: true,
},
}), }),
}); });

View file

@ -10,10 +10,10 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/cloudflare": "^8.1.0", "@astrojs/cloudflare": "^10.2.6",
"@astrojs/svelte": "^5.3.0", "@astrojs/svelte": "^5.4.0",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"astro": "^4.5.18", "astro": "^4.8.2",
"sharp": "^0.32.6", "sharp": "^0.32.6",
"svelte": "^4.2.12", "svelte": "^4.2.12",
"tailwindcss": "^3.4.3" "tailwindcss": "^3.4.3"

File diff suppressed because it is too large Load diff