Merge pull request #18870 from backstage/renovate/luxon-3.x-lockfile

fix(deps): update dependency luxon to v3.4.2
This commit is contained in:
Fredrik Adelöw
2023-09-04 11:54:23 +02:00
committed by GitHub
21 changed files with 87 additions and 50 deletions
@@ -87,7 +87,7 @@ const generatedColumns: TableColumn[] = [
title: 'Created',
render: (row: Partial<WorkflowRun>) => (
<Typography data-testid="cell-created" variant="body2" noWrap>
{DateTime.fromISO(row.createTime ?? DateTime.now().toISO()).toFormat(
{DateTime.fromISO(row.createTime ?? DateTime.now().toISO()!).toFormat(
'dd-MM-yyyy hh:mm:ss',
)}
</Typography>