Skip to content

Commit

Permalink
Update gfm to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshida-ryuhei committed Feb 5, 2024
1 parent 571a875 commit 1b5b01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export {
} from "https://deno.land/std@0.193.0/http/mod.ts";
export { extract as frontMatter } from "https://deno.land/std@0.193.0/front_matter/any.ts";

export * as gfm from "https://deno.land/x/gfm@0.2.5/mod.ts";
export * as gfm from "https://deno.land/x/gfm@0.6.0/mod.ts";
export { Fragment, h } from "https://deno.land/x/htm@0.1.3/mod.ts";
export {
default as html,
Expand Down

0 comments on commit 1b5b01b

Please sign in to comment.