This commit is contained in:
2025-11-30 19:56:36 +01:00
parent 9ccb7736db
commit a71c331e3a
2 changed files with 195 additions and 143 deletions

View File

@@ -9,12 +9,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.11",
"@astrojs/rss": "^4.0.14",
"@astrojs/tailwind": "^6.0.2",
"@tailwindcss/postcss": "^4.1.4",
"astro": "^5.1.2"
"@tailwindcss/postcss": "^4.1.17",
"astro": "^5.16.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15"
"@tailwindcss/typography": "^0.5.19"
}
}