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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-09-01 16:06:38 +0300
committerStan Hu <stanhu@gmail.com>2019-09-01 16:08:35 +0300
commitaf4312f1d8dcd2d1de67b60da87563aba1aeb74b (patch)
tree7021b592a43a22015216e41a1b3ace2ae9b473f3 /package.json
parenta8a10a00388667ca24ef09a7555f86e40ae52dfa (diff)
Update Mermaid to v8.2.6
This fixes a regression where an underscore in labels no longer worked: https://github.com/knsv/mermaid/releases
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3d9e0838893..4244dc2d52b 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.2.4",
+ "mermaid": "^8.2.6",
"monaco-editor": "^0.15.6",
"monaco-editor-webpack-plugin": "^1.7.0",
"mousetrap": "^1.4.6",