mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-27 03:09:43 +02:00
chore(deps): remove dependency on graphlib
`graphlib` has recently been replaced with the ESM version of graphlib bundled with [`dagre-d3-es`](https://www.npmjs.com/package/dagre-d3-es), in commitf687abb1
(chore: Use `graphlib` from `dagre-d3-es`, 2022-11-20) This means we can safely remove it from our dependencies list. Fixes:f687abb165
This commit is contained in:
@@ -58,7 +58,6 @@
|
||||
"dagre-d3-es": "7.0.4",
|
||||
"dompurify": "2.4.1",
|
||||
"fast-clone": "^1.5.13",
|
||||
"graphlib": "^2.1.8",
|
||||
"khroma": "^2.0.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"moment-mini": "^2.24.0",
|
||||
|
Reference in New Issue
Block a user