Skip to content

Commit 442d45d

Browse files
chore(deps): update dependency date-fns to v3.6.0 (#114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e85be33 commit 442d45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/format_util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { format } from "npm:date-fns@3.5.0";
1+
import { format } from "npm:date-fns@3.6.0";
22
import type { ganttJob, ganttStep, StepConclusion } from "./types.ts";
33

44
export const diffSec = (

0 commit comments

Comments
 (0)