Skip to content

Commit

Permalink
feat(pie): move @nivo/core to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Nov 4, 2020
1 parent eab1311 commit 2aef261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
],
"dependencies": {
"@nivo/colors": "0.63.0",
"@nivo/core": "0.63.1",
"@nivo/legends": "0.63.1",
"@nivo/tooltip": "0.63.0",
"d3-shape": "^1.3.5",
"lodash": "^4.17.11"
},
"peerDependencies": {
"@nivo/core": "0.63.1",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 17.0.0"
},
Expand Down

0 comments on commit 2aef261

Please sign in to comment.