File tree Expand file tree Collapse file tree 3 files changed +1034
-2290
lines changed Expand file tree Collapse file tree 3 files changed +1034
-2290
lines changed Original file line number Diff line number Diff line change 28
28
"react-hook-form" : " ^7.52.0" ,
29
29
"swr" : " ^2.2.5" ,
30
30
"tailwind-merge" : " ^3.3.1" ,
31
- "tailwindcss-animate" : " ^1.0.7" ,
32
31
"zod" : " ^3.23.8"
33
32
},
34
33
"devDependencies" : {
41
40
"eslint-config-next" : " 14.2.3" ,
42
41
"postcss" : " ^8" ,
43
42
"tailwindcss" : " ^4.1.10" ,
43
+ "tw-animate-css" : " ^1.3.4" ,
44
44
"typescript" : " ^5"
45
45
},
46
46
"packageManager" : " pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
Original file line number Diff line number Diff line change 1
1
@import "./numerical-input-spinners.css" layer(base);
2
-
2
+ @import "tw-animate-css" ;
3
3
@import "tailwindcss" ;
4
4
5
5
@source '../../node_modules/@durhack/web-components/dist/**/*.{ts,tsx}' ;
You can’t perform that action at this time.
0 commit comments