Skip to content

Commit

Permalink
Update deno gfm (#262)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <marrcooos@gmail.com>
  • Loading branch information
mcandeia authored Dec 22, 2023
1 parent d9efb20 commit 52475c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion decohub/components/Markdown.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CSS, KATEX_CSS, render } from "https://deno.land/x/gfm@0.2.5/mod.ts";
import { CSS, KATEX_CSS, render } from "https://deno.land/x/gfm@0.3.0/mod.ts";
import "https://esm.sh/prismjs@1.27.0/components/prism-diff.js?no-check";
import "https://esm.sh/prismjs@1.27.0/components/prism-jsx.js?no-check";
import "https://esm.sh/prismjs@1.27.0/components/prism-tsx.js?no-check";
Expand Down
2 changes: 1 addition & 1 deletion vtex/loaders/intelligentSearch/productDetailsPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const loader = async (
const { vcsDeprecated } = ctx;
const { url: baseUrl } = req;
const { slug } = props;
const lowercaseSlug = slug?.toLowerCase()
const lowercaseSlug = slug?.toLowerCase();
const segment = getSegmentFromBag(ctx);

const pageTypePromise = vcsDeprecated
Expand Down

0 comments on commit 52475c0

Please sign in to comment.