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-04-26 08:07:53 +0300
committerStan Hu <stanhu@gmail.com>2019-04-26 22:09:44 +0300
commit71efdd204154c5f50b000de32a72a20cb38056b1 (patch)
treeb5142e4114c5668ddb3a5dd393830afb0ee2688c /package.json
parent265b789476479c29ea88db174aca1d80ddf24358 (diff)
Upgrade Mermaid to 8.0.0
We were using 8.0.0-rc.8 previously, and there appears to be significant new dependencies.
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 d2ee29fe06d..66908eab09a 100644
--- a/package.json
+++ b/package.json
@@ -90,7 +90,7 @@
"jszip-utils": "^0.0.2",
"katex": "^0.10.0",
"marked": "^0.3.12",
- "mermaid": "^8.0.0-rc.8",
+ "mermaid": "^8.0.0",
"monaco-editor": "^0.15.6",
"monaco-editor-webpack-plugin": "^1.7.0",
"mousetrap": "^1.4.6",