Aktualizacja Astro 5.0, Poprawka workflow

This commit is contained in:
dm
2025-11-20 21:43:35 +01:00
parent 1e5f2bc38a
commit 742dd280b6
4 changed files with 23 additions and 18 deletions

View File

@@ -8,13 +8,14 @@
"preview": "astro preview"
},
"dependencies": {
"astro": "^4.0.0",
"@astrojs/node": "^9.5.1",
"astro": "^5.16.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@astrojs/tailwind": "^5.0.0",
"tailwindcss": "^3.4.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0"
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0"
}
}