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
Like http://r.cnpmjs.org/antd/0.9.x antd deps
dependencies: { "rc-menu": "~4.6.0", "rc-select": "~4.9.0", }
and rc-select@~4.9.0 deps
rc-select@~4.9.0
dependencies: { "rc-menu": "4.x" }
We should work like npm, use rc-menu@~4.6.0 for rc-select's "rc-menu": "4.x"
rc-menu@~4.6.0
"rc-menu": "4.x"
antd/node_modules/rc-menu/4.6.0 antd/node_modules/rc-select/4.9.0/node_modules/rc-menu/4.6.0
The text was updated successfully, but these errors were encountered:
fix: try to fix the max satisfy version (n.x) in grandfather's deps
f9c20a1
closes #49
Sorry, something went wrong.
fengmk2
Successfully merging a pull request may close this issue.
Like http://r.cnpmjs.org/antd/0.9.x antd deps
and
rc-select@~4.9.0
depsWe should work like npm, use
rc-menu@~4.6.0
for rc-select's"rc-menu": "4.x"
The text was updated successfully, but these errors were encountered: