From 85e1eb4b90a30e7cd8fa1fa867c20ce35478b7b9 Mon Sep 17 00:00:00 2001 From: Antoine Aflalo Date: Fri, 7 Feb 2020 19:03:20 +0000 Subject: Update mermaid Signed-off-by: Antoine Aflalo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f0dd53e..fba2a647 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "markdown-pdf": "^10.0.0", "mathjax": "~2.7.6", "mattermost": "^3.4.0", - "mermaid": "~8.2.3", + "mermaid": "~8.4.6", "meta-marked": "git+https://github.com/codimd/meta-marked#semver:^0.4.5", "method-override": "^2.3.7", "minimist": "^1.2.0", -- cgit v1.2.3 From adf37550bef4a5cc586fa36f1bc08c6fad1196eb Mon Sep 17 00:00:00 2001 From: Antoine Aflalo Date: Mon, 10 Feb 2020 12:10:18 -0500 Subject: Update mermaid in CDN Signed-off-by: Antoine Aflalo --- public/views/codimd/foot.ejs | 2 +- public/views/pretty.ejs | 2 +- public/views/slide.ejs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/views/codimd/foot.ejs b/public/views/codimd/foot.ejs index a36b2cdb..187e3984 100644 --- a/public/views/codimd/foot.ejs +++ b/public/views/codimd/foot.ejs @@ -10,7 +10,7 @@ - + diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index 0ae62bf9..961f0e56 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -91,7 +91,7 @@ - + diff --git a/public/views/slide.ejs b/public/views/slide.ejs index 9fefe4b4..c38c1a15 100644 --- a/public/views/slide.ejs +++ b/public/views/slide.ejs @@ -99,7 +99,7 @@ - + -- cgit v1.2.3