Use esm build

This commit is contained in:
Sidharth Vinod
2021-10-01 18:35:09 +05:30
parent 1d5ce4b2a4
commit 4680245695
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
"analytics": "^0.7.14", "analytics": "^0.7.14",
"daisyui": "^1.14.1", "daisyui": "^1.14.1",
"js-base64": "^3.7.2", "js-base64": "^3.7.2",
"mermaid": "^8.13.2", "mermaid": "https://github.com/sidharthv96/mermaid.git#fix/2371",
"moment": "^2.29.1", "moment": "^2.29.1",
"monaco-editor": "^0.28.1", "monaco-editor": "^0.28.1",
"random-word-slugs": "^0.0.5" "random-word-slugs": "^0.0.5"
+7 -8
View File
@@ -1832,10 +1832,10 @@ domhandler@^4.2.0:
dependencies: dependencies:
domelementtype "^2.2.0" domelementtype "^2.2.0"
dompurify@2.3.1: dompurify@2.3.3:
version "2.3.1" version "2.3.3"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.1.tgz#a47059ca21fd1212d3c8f71fdea6943b8bfbdf6a" resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.3.tgz#c1af3eb88be47324432964d8abc75cf4b98d634c"
integrity sha512-xGWt+NHAQS+4tpgbOAI08yxW0Pr256Gu/FNE2frZVTbgrBUn8M7tz7/ktS/LZ2MHeGqz6topj0/xY+y8R5FBFw== integrity sha512-dqnqRkPMAjOZE0FogZ+ceJNM2dZ3V/yNOuFB7+39qpO93hHhfRpHw3heYQC7DPK9FqbQTfBKUJhiSfz4MvXYwg==
domutils@^2.6.0: domutils@^2.6.0:
version "2.7.0" version "2.7.0"
@@ -3069,16 +3069,15 @@ merge2@^1.3.0:
resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz"
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
mermaid@^8.13.2: "mermaid@https://github.com/sidharthv96/mermaid.git#fix/2371":
version "8.13.2" version "8.13.2"
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-8.13.2.tgz#9f8abc66ba1c53b132fdaa0d4a80f4717b7b7655" resolved "https://github.com/sidharthv96/mermaid.git#8da0682d11f88427c81ab189f28d20c0b20a92af"
integrity sha512-qTFI7MfC2d+x0Hft5gx063EH9tZg36lERG8o7Zq0Ag+MnO8CgVaMZEU6oA8gzTtTn9upMdy4UlYSLVmavu27cQ==
dependencies: dependencies:
"@braintree/sanitize-url" "^3.1.0" "@braintree/sanitize-url" "^3.1.0"
d3 "^7.0.0" d3 "^7.0.0"
dagre "^0.8.5" dagre "^0.8.5"
dagre-d3 "^0.6.4" dagre-d3 "^0.6.4"
dompurify "2.3.1" dompurify "2.3.3"
graphlib "^2.1.8" graphlib "^2.1.8"
khroma "^1.4.1" khroma "^1.4.1"
moment-mini "^2.24.0" moment-mini "^2.24.0"