Upgrade to Mermaid 9.3.0

This commit is contained in:
James Couball
2023-01-05 11:14:01 -08:00
parent 9df1beeda3
commit ce246275c0
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.1.7/dist/mermaid.min.js")
? watchScript("https://unpkg.com/mermaid@9.3.0/dist/mermaid.min.js")
: of(undefined)
}