update dependencies
All checks were successful
/ build (pull_request) Successful in 28s

This commit is contained in:
kritzl 2026-09-22 14:55:19 +02:00
commit ea4c07bc6f
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
2 changed files with 116 additions and 109 deletions

View file

@ -12,13 +12,13 @@
"astro": "astro"
},
"dependencies": {
"@lucide/astro": "^1.46.0",
"@lucide/astro": "^1.47.0",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.3",
"astro": "^7.3.2",
"astro": "^7.3.3",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"daisyui": "^5.7.38"
"daisyui": "^5.7.42"
}
}