Skip to content

Commit

Permalink
fix(funnel): fix dependencies on other nivo packages
Browse files Browse the repository at this point in the history
Close #1403
  • Loading branch information
wyze committed Apr 21, 2021
1 parent f5dae75 commit a3b87ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/funnel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"dist/"
],
"dependencies": {
"@nivo/annotations": "0.67.0",
"@nivo/colors": "0.67.0",
"@nivo/tooltip": "0.67.0",
"d3-scale": "^3.0.0",
"d3-shape": "^1.3.5",
"react-spring": "9.0.0-rc.3"
Expand All @@ -36,10 +39,7 @@
"@nivo/core": "0.67.0"
},
"peerDependencies": {
"@nivo/annotations": "0.63.1",
"@nivo/colors": "0.63.0",
"@nivo/core": "0.67.0",
"@nivo/tooltip": "0.63.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
},
Expand Down

0 comments on commit a3b87ca

Please sign in to comment.