fix(deps): update dependency date-fns to v3 (#3619)

* fix(deps): update dependency date-fns to v3

* fix(deps): update usage of date-fns format

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
renovate[bot]
2024-03-06 21:13:13 -08:00
committed by GitHub
parent 63964f046e
commit 44eafe69ac
15 changed files with 35 additions and 28 deletions

View File

@ -2,7 +2,7 @@ import React, { FC, useState } from 'react';
import { Table, Tag, Typography } from 'antd';
import Linkify from 'react-linkify';
import { SortOrder, TablePaginationConfig } from 'antd/lib/table/interface';
import format from 'date-fns/format';
import { format } from 'date-fns';
const { Title } = Typography;