Skip to content

Commit ce0dff7

Browse files
committed
replace tailwind animate
1 parent 9f40ecf commit ce0dff7

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

bun.lockb

-376 Bytes
Binary file not shown.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "justd/laravel",
3-
"version": "1.4.13",
3+
"version": "1.4.14",
44
"type": "project",
55
"description": "The skeleton application for the Laravel framework.",
66
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"react-aria-components": "^1.7.1",
3535
"react-dom": "^19.0.0",
3636
"sonner": "^2.0.1",
37-
"tailwindcss-animate": "^1.0.7",
3837
"tailwindcss-react-aria-components": "^2.0.0",
38+
"tw-animate-css": "^1.2.2",
3939
"vite": "^6.2.2"
4040
}
4141
}

resources/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import "tailwindcss";
2-
@plugin 'tailwindcss-animate';
2+
@import 'tw-animate-css';
33
@plugin 'tailwindcss-react-aria-components';
44

55
@variant dark (&:is(.dark *));

0 commit comments

Comments
 (0)