Skip to content

Commit

Permalink
Update mermaid to version 11 (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse authored Nov 26, 2024
1 parent 66c0963 commit 1803bae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/young-crabs-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@gitbook/integration-mermaid': minor
---

Update mermaid to version 11
2 changes: 1 addition & 1 deletion integrations/mermaid/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default createIntegration({
</style>
<body>
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
mermaid.initialize({ startOnLoad: false });
const queue = [];
Expand Down

0 comments on commit 1803bae

Please sign in to comment.