mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
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:
parent
3c3d28d8ee
commit
f20d89ee51
@ -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
3
pnpm-lock.yaml
generated
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user