Skip to content

Commit

Permalink
chore(deps): update dependency date-fns to v3.3.0 (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent d75cb05 commit 7b024a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/format_util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { format } from "npm:date-fns@3.2.0";
import { format } from "npm:date-fns@3.3.0";
import type { ganttJob, ganttStep, StepConclusion } from "./types.ts";

export const diffSec = (
Expand Down

0 comments on commit 7b024a2

Please sign in to comment.