Remove elkjs dependency from mermaid package

The ELK integration was moved to it's own package in
https://github.com/mermaid-js/mermaid/pull/5049 to avoid pulling in a
copyleft dependency by default. However the `elkjs` dependency is still
present in the mermaid package, this patch removes it.
This commit is contained in:
Gusted 2024-07-19 18:47:53 +02:00
parent 3c3d28d8ee
commit f20d89ee51
No known key found for this signature in database
GPG Key ID: FD821B732837125F
2 changed files with 0 additions and 4 deletions

View File

@ -77,7 +77,6 @@
"dagre-d3-es": "7.0.10",
"dayjs": "^1.11.10",
"dompurify": "^3.0.11",
"elkjs": "^0.9.2",
"katex": "^0.16.9",
"khroma": "^2.1.0",
"lodash-es": "^4.17.21",

3
pnpm-lock.yaml generated
View File

@ -227,9 +227,6 @@ importers:
dompurify:
specifier: ^3.0.11
version: 3.1.6
elkjs:
specifier: ^0.9.2
version: 0.9.3
katex:
specifier: ^0.16.9
version: 0.16.11