Skip to content

Commit

Permalink
chore: Remove since is not needed
Browse files Browse the repository at this point in the history
After upgrading [`@patternfly/react-topology`](KaotoIO#1302)
calculating the layout inside of Kaoto is not needed anymore, so
`@dagre/dagrejs` is also not needed.

relates: patternfly/react-topology#230
  • Loading branch information
lordrip committed Aug 9, 2024
1 parent ff96515 commit 8ee7ee9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"lint:style:fix": "yarn lint:style --fix"
},
"dependencies": {
"@dagrejs/dagre": "1.1.3",
"@kaoto-next/uniforms-patternfly": "^0.6.15",
"@kie-tools-core/editor": "0.32.0",
"@kie-tools-core/notifications": "0.32.0",
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1685,15 +1685,6 @@ __metadata:
languageName: node
linkType: hard

"@dagrejs/dagre@npm:1.1.3":
version: 1.1.3
resolution: "@dagrejs/dagre@npm:1.1.3"
dependencies:
"@dagrejs/graphlib": 2.2.2
checksum: f9bb8e00aaa5342887974068e0c534cdc65b444ee3a9fbfebe546b5129c478b67c7772f1470ecfeedeba7d2d5894d3355714fed56a937dddc3c4aa0c3f170901
languageName: node
linkType: hard

"@dagrejs/graphlib@npm:2.2.2":
version: 2.2.2
resolution: "@dagrejs/graphlib@npm:2.2.2"
Expand Down Expand Up @@ -2606,7 +2597,6 @@ __metadata:
"@babel/preset-env": ^7.21.5
"@babel/preset-react": ^7.18.6
"@babel/preset-typescript": ^7.21.5
"@dagrejs/dagre": 1.1.3
"@kaoto-next/uniforms-patternfly": ^0.6.15
"@kaoto/camel-catalog": "workspace:*"
"@kie-tools-core/editor": 0.32.0
Expand Down

0 comments on commit 8ee7ee9

Please sign in to comment.