File tree Expand file tree Collapse file tree 6 files changed +164
-61
lines changed
components/pages/landing/shared Expand file tree Collapse file tree 6 files changed +164
-61
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export function FadeIn({
15
15
viewTriggerOffset ?: boolean ;
16
16
} ) {
17
17
const ref = useRef ( null ) ;
18
- const inView = useInView ( ref , {
18
+ const inView = useInView ( ref as any , {
19
19
once : true ,
20
20
margin : viewTriggerOffset ? "-128px" : "0px" ,
21
21
} ) ;
@@ -34,6 +34,7 @@ export function FadeIn({
34
34
return (
35
35
< motion . div
36
36
animate = { inView ? "animate" : "initial" }
37
+ // @ts -ignore ignore type error
37
38
className = { className }
38
39
initial = { false }
39
40
ref = { ref }
Original file line number Diff line number Diff line change 21
21
"@blocknote/xl-multi-column" : " workspace:^" ,
22
22
"@blocknote/xl-odt-exporter" : " workspace:^" ,
23
23
"@blocknote/xl-pdf-exporter" : " workspace:^" ,
24
- "@headlessui/react" : " ^1.7.18 " ,
24
+ "@headlessui/react" : " ^2.2.4 " ,
25
25
"@heroicons/react" : " ^2.1.4" ,
26
26
"@mantine/core" : " ^7.17.3" ,
27
27
"@next/bundle-analyzer" : " ^14.1.0" ,
67
67
"react-email" : " ^4.0.7" ,
68
68
"tailwindcss" : " ^3.3.0" ,
69
69
"typescript" : " ^5"
70
+ },
71
+ "overrides" : {
72
+ "@headlessui/react" : " ^2.2.4"
70
73
}
71
74
}
Original file line number Diff line number Diff line change 71
71
"autoprefixer" : " ^10.4.19" ,
72
72
"class-variance-authority" : " ^0.7.0" ,
73
73
"clsx" : " ^2.1.1" ,
74
- "lucide-react" : " ^0" ,
74
+ "lucide-react" : " ^0.525.0 " ,
75
75
"postcss" : " ^8.4.38" ,
76
76
"react-hook-form" : " ^7.52.0" ,
77
77
"tailwind-merge" : " ^2.3.0" ,
Original file line number Diff line number Diff line change 72
72
"eslint" : " ^8.10.0" ,
73
73
"jest-image-snapshot" : " ^6.4.0" ,
74
74
"pdf-to-img" : " ^4.2.0" ,
75
- "react-element-to-jsx-string" : " ^15 .0.0" ,
75
+ "react-element-to-jsx-string" : " ^17 .0.0" ,
76
76
"rollup-plugin-webpack-stats" : " ^0.2.2" ,
77
77
"typescript" : " ^5.0.4" ,
78
78
"vite" : " ^5.3.4" ,
You can’t perform that action at this time.
0 commit comments