From 2be4c64eaf253288b64fb593c6eb6c88ef597ec6 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 1 Oct 2021 18:55:35 +0530 Subject: [PATCH] Use esm build --- package.json | 4 ++-- yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b0e77644..94e5a05e 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "analytics": "^0.7.14", "daisyui": "^1.14.1", "js-base64": "^3.7.2", - "mermaid": "git+https://github.com/sidharthv96/mermaid.git#fix/2371", + "mermaid": "git+https://github.com/sidharthv96/mermaid.git#esm", "moment": "^2.29.1", "monaco-editor": "^0.28.1", "random-word-slugs": "^0.0.5" @@ -70,4 +70,4 @@ "yarn": "1.22.10", "npm": "7.11.2" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 3df20946..af56811c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3069,9 +3069,9 @@ merge2@^1.3.0: resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== -"mermaid@https://github.com/sidharthv96/mermaid.git#fix/2371": +mermaid@sidharthv96/mermaid#esm: version "8.13.2" - resolved "https://github.com/sidharthv96/mermaid.git#8da0682d11f88427c81ab189f28d20c0b20a92af" + resolved "https://codeload.github.com/sidharthv96/mermaid/tar.gz/03b3be6d6685346f76eb22143dfb6827c90337b2" dependencies: "@braintree/sanitize-url" "^3.1.0" d3 "^7.0.0"