We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently in package.json in packages/funnel
"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" },
I think most of @nivo/* peer dependencies should be at 0.67.0, no ?
Some other packages in the repo seem to have the same problem.
(Lerna doesn't update peer versions on version change)
Thanks in advance
The text was updated successfully, but these errors were encountered:
fix(funnel): fix dependencies on other nivo packages
a3b87ca
Close #1403
fix(funnel): fix dependencies on other nivo packages (#1486)
a1a1241
Successfully merging a pull request may close this issue.
Currently in package.json in packages/funnel
I think most of @nivo/* peer dependencies should be at 0.67.0, no ?
Some other packages in the repo seem to have the same problem.
(Lerna doesn't update peer versions on version change)
Thanks in advance
The text was updated successfully, but these errors were encountered: