fix(deps): update dependency @tremor/react to v3 #8812
Annotations
18 errors
lint (build)
Process completed with exit code 1.
|
lint (eslint)
The job was canceled because "build" failed.
|
lint (eslint)
The operation was canceled.
|
lint (tsc)
The job was canceled because "build" failed.
|
lint (tsc):
src/pages/academy/teamFormation/subcomponents/TeamFormationActions.tsx#L36
Type '"justify-start"' is not assignable to type '"center" | "end" | "start" | "between" | "around" | "evenly" | undefined'.
|
lint (tsc):
src/pages/academy/teamFormation/subcomponents/TeamFormationBadges.tsx#L20
Type '{ text: string; icon: () => Element; color: "blue" | "gray" | "green" | "indigo" | "purple" | "red" | "yellow" | "emerald" | "sky"; }' is not assignable to type 'IntrinsicAttributes & BadgeProps & RefAttributes<HTMLSpanElement>'.
|
lint (tsc):
src/pages/academy/teamFormation/subcomponents/TeamFormationDashboard.tsx#L30
Type '"justify-between"' is not assignable to type '"center" | "end" | "start" | "between" | "around" | "evenly" | undefined'.
|
lint (tsc):
src/pages/academy/teamFormation/subcomponents/TeamFormationDashboard.tsx#L32
Type '"justify-end"' is not assignable to type '"center" | "end" | "start" | "between" | "around" | "evenly" | undefined'.
|
lint (tsc):
src/pages/academy/teamFormation/subcomponents/TeamFormationFilters.tsx#L13
Type '"justify-start"' is not assignable to type '"center" | "end" | "start" | "between" | "around" | "evenly" | undefined'.
|
lint (tsc):
src/pages/academy/teamFormation/subcomponents/TeamFormationTable.tsx#L143
Type '"justify-between"' is not assignable to type '"center" | "end" | "start" | "between" | "around" | "evenly" | undefined'.
|
lint (tsc):
src/pages/academy/teamFormation/subcomponents/TeamFormationTable.tsx#L143
Type '"items-center"' is not assignable to type '"stretch" | "center" | "end" | "start" | "baseline" | undefined'.
|
lint (tsc):
src/pages/academy/teamFormation/subcomponents/TeamFormationTable.tsx#L144
Type '"items-center"' is not assignable to type '"stretch" | "center" | "end" | "start" | "baseline" | undefined'.
|
lint (tsc):
src/pages/academy/teamFormation/subcomponents/TeamFormationTable.tsx#L157
Type '{ maxWidth: string; icon: () => Element; placeholder: string; onChange: (e: ChangeEvent<HTMLInputElement>) => void; }' is not assignable to type 'IntrinsicAttributes & Omit<BaseInputProps, "stepper" | "makeInputClassName"> & { defaultValue?: string | undefined; value?: string | undefined; ... 4 more ...; disabled?: boolean | undefined; } & RefAttributes<...>'.
|
lint (tsc):
src/pages/academy/teamFormation/subcomponents/TeamFormationTable.tsx#L163
Type '{ children: Element[]; marginTop: string; }' is not assignable to type 'IntrinsicAttributes & TableHTMLAttributes<HTMLTableElement> & RefAttributes<HTMLTableElement>'.
|
lint (test-coveralls)
The job was canceled because "build" failed.
|
lint (test-coveralls)
The operation was canceled.
|
lint (test)
The job was canceled because "build" failed.
|
lint (test)
The operation was canceled.
|