astro 2.4.4 breaks i18n, reverted to 2.4.3

This commit is contained in:
Nico 2023-05-17 17:55:47 +02:00
parent c3ce3f9e38
commit 4ec6b01162
8 changed files with 38 additions and 37 deletions

View file

@ -13,12 +13,12 @@
"i18n:sync": "astro-i18n sync"
},
"dependencies": {
"@astrojs/image": "^0.16.8",
"@astrojs/image": "0.16.7",
"@astrojs/mdx": "^0.19.1",
"@astrojs/rss": "^2.4.1",
"@astrojs/sitemap": "^1.3.1",
"astro": "2.4.5",
"astro-i18n": "^1.7.0"
"astro": "2.4.3",
"astro-i18n": "1.7.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",