Upgrade Astro to v4

This commit is contained in:
Maciej Pędzich 2024-02-15 16:44:17 +01:00
parent 3afb845c94
commit c9697aca1e
2 changed files with 2820 additions and 3153 deletions

5965
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,9 +10,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^0.19.0", "@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^2.3.2", "@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^1.2.2", "@astrojs/sitemap": "^3.0.5",
"astro": "^3.6.4" "astro": "^4.4.0"
} }
} }