Various style updates
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m44s

This commit is contained in:
2025-07-22 17:58:26 -06:00
parent bda8535c51
commit 1082834f33
9 changed files with 184 additions and 199 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "atridotdad",
"type": "module",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -18,7 +18,7 @@
"@preact/signals": "^2.2.1",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.12.0",
"astro": "^5.12.2",
"astro-icon": "^1.1.5",
"lucide-preact": "^0.525.0",
"playwright": "^1.54.1",
@@ -28,7 +28,7 @@
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.43",
"@iconify-json/simple-icons": "^1.2.44",
"daisyui": "^5.0.46"
},
"pnpm": {
@@ -38,4 +38,4 @@
"puppeteer"
]
}
}
}