Skip to content

Commit

Permalink
chore(deps): update dependency date-fns to v4 (#265)
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 Sep 28, 2024
1 parent c8e181a commit 940e242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"imports": {
"lume/": "https://deno.land/x/lume@v2.3.2/",
"date-fns": "npm:date-fns@3.6.0"
"date-fns": "npm:date-fns@4.1.0"
},
"lock": false
}
2 changes: 1 addition & 1 deletion tasks/template.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { stringify } from "jsr:@std/yaml@1.0.5";
import { format } from "npm:date-fns@3.6.0";
import { format } from "npm:date-fns@4.1.0";
import { join } from "jsr:@std/path@1.0.6";

function generate() {
Expand Down

0 comments on commit 940e242

Please sign in to comment.