chore(deps): use mermaid ELK at root level

This commit is contained in:
Elian Doran 2024-11-25 23:24:26 +02:00
parent 1dec64c712
commit 33ec142ea3
No known key found for this signature in database
4 changed files with 4 additions and 1284 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,5 @@
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@mermaid-js/layout-elk": "^0.1.5"
}
"dependencies": {}
}

View File

@ -3,7 +3,7 @@ const webpack = require("webpack");
module.exports = {
mode: "production",
entry: "./node_modules/@mermaid-js/layout-elk/dist/mermaid-layout-elk.esm.min.mjs",
entry: "../../node_modules/@mermaid-js/layout-elk/dist/mermaid-layout-elk.esm.min.mjs",
output: {
library: "MERMAID_ELK",
filename: "elk.min.js",