Skip to content

Commit 09c8e54

Browse files
Update mermaid (10.6.0) (#351)
1 parent c2999e0 commit 09c8e54

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

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

0 commit comments

Comments
 (0)