Skip to content

Commit

Permalink
Merge pull request #519 from bkrem/fix/transition-group-peer-dep
Browse files Browse the repository at this point in the history
fix(deps): use peerDep-patched react-transition-group
  • Loading branch information
bkrem authored Feb 3, 2025
2 parents 83894ad + 614aca3 commit bdbc382
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-d3-tree",
"version": "3.6.3",
"version": "3.6.4",
"description": "React component to create interactive D3 tree hierarchies",
"author": "Ben Kremer",
"license": "MIT",
Expand Down Expand Up @@ -77,7 +77,7 @@
"cheerio": "1.0.0-rc.12"
},
"dependencies": {
"@bkrem/react-transition-group": "^1.3.3",
"@bkrem/react-transition-group": "^1.3.4",
"clone": "^2.1.1",
"d3-hierarchy": "^1.1.9",
"d3-selection": "^3.0.0",
Expand Down

0 comments on commit bdbc382

Please sign in to comment.