Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2020-09-17 03:30:22 +0300
committerEvan Read <eread@gitlab.com>2020-09-17 04:09:24 +0300
commitdee26b790fe27eefec4155efe4423a6af899b92a (patch)
treed79e98729325b8ba87d2d9f7b437b4d82f903e8f /layouts
parentf2be011f7b00ce2c286f6477f0c22ddfa034a62f (diff)
Update Mermaid to 8.8.0
Also updated Javascript and Ruby dependencies.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/mermaid.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/mermaid.html b/layouts/mermaid.html
index 9f125315..fe282055 100644
--- a/layouts/mermaid.html
+++ b/layouts/mermaid.html
@@ -5,7 +5,7 @@
}
var element = document.createElement("script");
- element.src = "//cdnjs.cloudflare.com/ajax/libs/mermaid/8.5.2/mermaid.min.js";
+ element.src = "//cdnjs.cloudflare.com/ajax/libs/mermaid/8.8.0/mermaid.min.js";
element.onload = function(){mermaid.init();};
document.body.appendChild(element);
}