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:
committed by
GitHub
parent
a0e29c1193
commit
ae404d8366
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
@@ -36,6 +36,9 @@ catalogs:
|
||||
tailwindcss:
|
||||
specifier: 4.1.16
|
||||
version: 4.1.16
|
||||
tw-animate-css:
|
||||
specifier: 1.4.0
|
||||
version: 1.4.0
|
||||
|
||||
importers:
|
||||
|
||||
@@ -300,6 +303,9 @@ importers:
|
||||
tailwind-merge:
|
||||
specifier: ^3.3.1
|
||||
version: 3.3.1
|
||||
tw-animate-css:
|
||||
specifier: 'catalog:'
|
||||
version: 1.4.0
|
||||
urlpattern-polyfill:
|
||||
specifier: ^10.1.0
|
||||
version: 10.1.0
|
||||
@@ -349,9 +355,6 @@ importers:
|
||||
tailwindcss:
|
||||
specifier: 'catalog:'
|
||||
version: 4.1.16
|
||||
tailwindcss-animate:
|
||||
specifier: ^1.0.7
|
||||
version: 1.0.7(tailwindcss@4.1.16)
|
||||
typescript:
|
||||
specifier: ^5.9.3
|
||||
version: 5.9.3
|
||||
@@ -8462,6 +8465,9 @@ packages:
|
||||
resolution: {integrity: sha512-kC5VJqOXo50k0/0jnJDDjibLAXalqT9j7PQ56so0pN+81VR4Fwb2QgIE9dTzT3phqOTQuEXkPh3sCpnv5Isz2g==}
|
||||
hasBin: true
|
||||
|
||||
tw-animate-css@1.4.0:
|
||||
resolution: {integrity: sha512-7bziOlRqH0hJx80h/3mbicLW7o8qLsH5+RaLR2t+OHM3D0JlWGODQKQ4cxbK7WlvmUxpcj6Kgu6EKqjrGFe3QQ==}
|
||||
|
||||
type-check@0.4.0:
|
||||
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
@@ -17409,6 +17415,8 @@ snapshots:
|
||||
turbo-windows-64: 2.6.0
|
||||
turbo-windows-arm64: 2.6.0
|
||||
|
||||
tw-animate-css@1.4.0: {}
|
||||
|
||||
type-check@0.4.0:
|
||||
dependencies:
|
||||
prelude-ls: 1.2.1
|
||||
|
||||
Reference in New Issue
Block a user