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

@@ -70,6 +70,7 @@
"react-i18next": "^16.2.3",
"recharts": "2.15.3",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "catalog:",
"urlpattern-polyfill": "^10.1.0",
"zod": "^3.25.74"
},
@@ -88,7 +89,6 @@
"prettier": "^3.6.2",
"supabase": "catalog:",
"tailwindcss": "catalog:",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.3"
},
"prettier": "@kit/prettier-config",