diff options
author | Stan Hu <stanhu@gmail.com> | 2019-06-25 07:03:52 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-06-25 21:57:04 -0700 |
commit | 21d8c8cac3c09672bc31e427dc1fb88e365d22d2 (patch) | |
tree | 027b52e367bea8a1513828ea2dd01b70a89f7dbf /package.json | |
parent | 76889a9956e76e300edc8993048c3cd5c3a24da0 (diff) | |
download | gitlab-ce-21d8c8cac3c09672bc31e427dc1fb88e365d22d2.tar.gz |
Update Mermaid to 8.1.0
This fixes dotted lines not rendering when the htmlLabels setting is
false (https://github.com/knsv/mermaid/pull/828).
Full list of changes: https://github.com/knsv/mermaid/releases
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60869
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 577967d23b9..ce3e5bd4490 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "jszip-utils": "^0.0.2", "katex": "^0.10.0", "marked": "^0.3.12", - "mermaid": "^8.0.0", + "mermaid": "^8.1.0", "monaco-editor": "^0.15.6", "monaco-editor-webpack-plugin": "^1.7.0", "mousetrap": "^1.4.6", |