fix(dependencies): Updated some dependencies to latest #175
Annotations
7 errors and 1 warning
build (20.x)
Type '{ children: Element; animate: { rotate: number; }; display: string; transition: { ease: "linear"; repeat: number; duration: number; }; style?: MotionStyle | undefined; transformTemplate?(transform: TransformProperties, generatedTransform: string): string; ... 55 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement> & MotionProps & RefAttributes<...>'.
|
build (20.x)
Type '{ children: Element; animate: string; backgroundColor: TypeColor | "overlay"; borderSize: TypeBorderSize; className: string; clickable: true; flex: string; ... 6 more ...; width: number; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement> & MotionProps & RefAttributes<...>'.
|
build (20.x)
Type '{ children: Element[]; absolute: string; backgroundColor: string; borderRadius: string; className: string; height: number; textColor: string; transition: { duration: number; ease: number[]; }; variants: Variants; width: number; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement> & MotionProps & RefAttributes<...>'.
|
build (20.x)
Type '{ children: Element | undefined; absolute: string; transition: { duration: number; ease: number[]; }; variants: Variants; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement> & MotionProps & RefAttributes<...>'.
|
build (20.x)
Type '{ children: Element | undefined; absolute: string; transition: { duration: number; ease: number[]; }; variants: Variants; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement> & MotionProps & RefAttributes<...>'.
|
build (20.x)
Type '{ backgroundColor: TypeColor | "overlay" | undefined; borderBottom: boolean | undefined; borderColor: TypeColor | undefined; borderLeft: boolean | undefined; ... 10 more ...; layout: true; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement> & MotionProps & RefAttributes<...>'.
|
build (20.x)
Process completed with exit code 2.
|
build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|