Updated Mermaid to 9.1.7

This commit is contained in:
squidfunk
2022-09-18 16:17:05 +02:00
parent 8ee2de9998
commit 30d812888c
4 changed files with 5 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ let sequence = 0
*/
function fetchScripts(): Observable<void> {
return typeof mermaid === "undefined" || mermaid instanceof Element
? watchScript("https://unpkg.com/mermaid@9.0.1/dist/mermaid.min.js")
? watchScript("https://unpkg.com/mermaid@9.1.7/dist/mermaid.min.js")
: of(undefined)
}