Skip to content

Commit b8b3fd0

Browse files
Update mermaid (10.9.2) (#645)
1 parent a93c8fd commit b8b3fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/javascript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
{{- if .Page.Store.Get "hasMermaid" }}
4040
<script type="module">
41-
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10.8.0/dist/mermaid.esm.min.mjs';
41+
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10.9.2/dist/mermaid.esm.min.mjs';
4242

4343
const theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? 'dark' : 'default';
4444

0 commit comments

Comments
 (0)