Skip to content

Commit ef8da5e

Browse files
Update mermaid (#439)
1 parent 8357189 commit ef8da5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.6.0/dist/mermaid.esm.min.mjs';
41+
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.esm.min.mjs';
4242

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

0 commit comments

Comments
 (0)