Skip to content

Commit

Permalink
Updated Mermaid.js to 10.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 24, 2024
1 parent b6b5313 commit f3868a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.7389ff0e.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.7f914c06.min.js' | url }}"></script>
{% for script in config.extra_javascript %}
{{ script | script_tag }}
{% endfor %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ let sequence = 0
*/
function fetchScripts(): Observable<void> {
return typeof mermaid === "undefined" || mermaid instanceof Element
? watchScript("https://unpkg.com/mermaid@10.6.1/dist/mermaid.min.js")
? watchScript("https://unpkg.com/mermaid@10.7.0/dist/mermaid.min.js")
: of(undefined)
}

Expand Down

0 comments on commit f3868a6

Please sign in to comment.