Skip to content

Commit

Permalink
revert d3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
arcthur committed Sep 21, 2021
1 parent f3e667a commit ddded20
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 144 deletions.
232 changes: 94 additions & 138 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"react-dom": "^16.0.0 || ^17.0.0"
},
"dependencies": {
"@types/d3-scale": "^4.0.0",
"@types/d3-shape": "^3.0.0",
"@types/d3-interpolate": "^3.0.0",
"@types/d3-scale": "^3.0.0",
"@types/d3-shape": "^2.0.0",
"@types/d3-interpolate": "^2.0.0",
"classnames": "^2.2.5",
"d3-interpolate": "^3.0.0",
"d3-scale": "^4.0.0",
"d3-shape": "^3.0.0",
"d3-interpolate": "^2.0.0",
"d3-scale": "^3.0.0",
"d3-shape": "^2.0.0",
"eventemitter3": "^4.0.1",
"lodash": "^4.17.19",
"react-is": "16.10.2",
Expand Down

0 comments on commit ddded20

Please sign in to comment.