Skip to content

Commit

Permalink
Bump shiki version
Browse files Browse the repository at this point in the history
  • Loading branch information
DeclanChidlow committed Jun 29, 2024
1 parent 1cfb610 commit 2579af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/global/scripts/syntax-highlighting.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Based on https://brandur.org/fragments/shiki

import { codeToHtml } from "https://esm.sh/shiki@1.0.0";
import { codeToHtml } from "https://esm.sh/shiki@1.10.0";

const htmlEscapes = new Map([
["&", "&"],
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/syntax-highlighting.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Based on https://brandur.org/fragments/shiki

import { codeToHtml } from "https://esm.sh/shiki@1.0.0";
import { codeToHtml } from "https://esm.sh/shiki@1.10.0";

const htmlEscapes = new Map([
["&", "&"],
Expand Down

0 comments on commit 2579af1

Please sign in to comment.