fix: reveal index elements sequentially

This commit is contained in:
Troy 2025-03-04 22:12:48 +00:00
parent df28660adc
commit ca858f5fde
Signed by: troy
GPG key ID: DFC06C02ED3B4711
4 changed files with 26 additions and 22 deletions

View file

@ -19,7 +19,7 @@
"@fontsource-variable/outfit": "^5.2.5",
"@fontsource-variable/red-hat-mono": "^5.2.5",
"@tailwindcss/vite": "^4.0.9",
"astro": "^5.4.1",
"astro": "^5.4.2",
"astro-icon": "^1.1.5",
"npm-check-updates": "^17.1.15",
"rehype-external-links": "^3.0.0",
@ -29,7 +29,7 @@
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.13.8",
"@types/node": "^22.13.9",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11"