chore: add tw-animate-css dependency and update imports (#407)

- Added tw-animate-css version 1.4.0 to pnpm-lock.yaml and pnpm-workspace.yaml.
- Updated package.json to include tw-animate-css as a catalog dependency.
- Replaced tailwindcss-animate import with tw-animate-css in globals.css for improved animation handling.
This commit is contained in:
Giancarlo Buomprisco
2025-11-03 08:41:34 +07:00
committed by GitHub
parent a0e29c1193
commit ae404d8366
4 changed files with 14 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ catalog:
'supabase': 2.54.11
'tailwindcss': 4.1.16
'@tailwindcss/postcss': 4.1.16
'tw-animate-css': 1.4.0
onlyBuiltDependencies:
- '@tailwindcss/oxide'