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

@@ -1,6 +1,6 @@
import { Button, Col, Collapse, Row, Spin, Table, Tag } from 'antd';
import { FC, useEffect, useState } from 'react';
import format from 'date-fns/format';
import { format } from 'date-fns';
import { ColumnsType } from 'antd/lib/table';
import dynamic from 'next/dynamic';
import { ErrorBoundary } from 'react-error-boundary';