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 commit
f687abb1 (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:
Alois Klink
2022-11-27 19:13:53 +00:00
parent 3e4dc306d4
commit 05b25db5eb
2 changed files with 3 additions and 15 deletions

View File

@@ -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",