Skip to content

Commit d9e4981

Browse files
akbar1214akbarhusainpatel
andauthored
- Replaces dagre dependency with @dagrejs/dagre. (#37469)
Signed-off-by: akbarhusainpatel <[email protected]> Co-authored-by: akbarhusainpatel <[email protected]>
1 parent 6549057 commit d9e4981

File tree

3 files changed

+29
-31
lines changed

3 files changed

+29
-31
lines changed

js/apps/admin-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@patternfly/react-table": "^5.4.14",
9898
"@uiw/react-textarea-code-editor": "^3.1.0",
9999
"admin-ui": "file:",
100-
"dagre": "^0.8.5",
100+
"@dagrejs/dagre": "^1.1.4",
101101
"file-saver": "^2.0.5",
102102
"flat": "^6.0.1",
103103
"i18next": "^24.2.2",

js/apps/admin-ui/src/authentication/components/diagram/auto-layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { graphlib, layout } from "dagre";
1+
import { graphlib, layout } from "@dagrejs/dagre";
22
import { Edge, Node, Position } from "reactflow";
33

44
const dagreGraph = new graphlib.Graph();

js/pnpm-lock.yaml

Lines changed: 27 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)