Migrate to Astro 5

This commit is contained in:
Bad Manners 2024-12-03 20:24:10 -03:00
parent ae4ed1e358
commit a97ea99c75
3 changed files with 1432 additions and 1676 deletions

View file

@ -1,7 +1,7 @@
{
"name": "badmanners.xyz",
"type": "module",
"version": "2.2.1",
"version": "2.3.0",
"scripts": {
"postinstall": "astro sync",
"dev": "astro dev",
@ -15,13 +15,13 @@
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/check": "^0.9.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.9",
"@astrojs/tailwind": "^5.1.3",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.1",
"astro": "^4.15.5",
"astro-htaccess": "^0.2.0",
"astro": "^5.0.1",
"astro-htaccess": "^0.2.2",
"date-fns": "^3.6.0",
"tailwindcss": "^3.4.11",
"tippy.js": "^6.3.7",
@ -29,6 +29,7 @@
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/node": "^22.10.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",