update to v5 + remove unmaintained i18n lib

This commit is contained in:
nico 2024-12-27 08:55:12 +01:00
parent 59687fbade
commit 99ef7634e3
19 changed files with 38 additions and 103 deletions

View file

@ -13,15 +13,14 @@
"i18n:sync": "astro-i18n sync"
},
"dependencies": {
"@astrojs/mdx": "^1.1.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"astro": "3.1.4",
"astro-i18n": "1.8.1",
"sharp": "^0.32.6"
"@astrojs/mdx": "4.0.3",
"@astrojs/rss": "4.0.10",
"@astrojs/sitemap": "3.2.1",
"astro": "5.1.1",
"sharp": "^0.33.4"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20"
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38"
}
}