Skip to content

Commit

Permalink
Reverting to the lower d3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rustedgrail committed Jul 31, 2023
1 parent 8c8f5ed commit 148c7fd
Show file tree
Hide file tree
Showing 5 changed files with 360 additions and 531 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dagre-d3",
"version": "0.6.4",
"version": "0.6.5-pre",
"main": [
"dist/dagre-d3.js"
],
Expand All @@ -23,6 +23,6 @@
"d3": "^7.8.5",
"@dagrejs/dagre": "1.0.2",
"@dagrejs/graphlib": "2.1.13",
"lodash": "^4.17.15"
"lodash": "4.17.21"
}
}
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
module.exports = {
graphlib: require("@dagrejs/graphlib"),
dagre: require("@dagrejs/dagre"),

intersect: require("./lib/intersect"),
render: require("./lib/render"),
util: require("./lib/util"),
Expand Down
Loading

0 comments on commit 148c7fd

Please sign in to comment.