chore: Upgrade date-fns to v3 (#6849)

* chore: Upgrade date-fns

* fixes

* test
This commit is contained in:
Tom Moor
2024-04-26 19:34:06 -04:00
committed by GitHub
parent 958cf45d74
commit b7e19a0eb1
6 changed files with 36 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
import crypto from "crypto";
import path from "path";
import formatRFC7231 from "date-fns/formatRFC7231";
import { formatRFC7231 } from "date-fns";
import Koa, { BaseContext } from "koa";
import compress from "koa-compress";
import Router from "koa-router";