Skip to content
New issue

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

Find the max satisfy version (n.x) in grandfather's deps #49

Closed
fengmk2 opened this issue Mar 11, 2016 · 1 comment · Fixed by #50
Closed

Find the max satisfy version (n.x) in grandfather's deps #49

fengmk2 opened this issue Mar 11, 2016 · 1 comment · Fixed by #50
Assignees
Labels
Milestone

Comments

@fengmk2
Copy link
Member

fengmk2 commented Mar 11, 2016

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

dependencies: {
  "rc-menu": "4.x"
}

We should work like npm, use rc-menu@~4.6.0 for rc-select's "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
@fengmk2 fengmk2 added the bug label Mar 11, 2016
@fengmk2 fengmk2 added this to the 1.x milestone Mar 11, 2016
@fengmk2 fengmk2 self-assigned this Mar 11, 2016
@fengmk2 fengmk2 changed the title Find the max satisfy version in parent deps Find the max satisfy version (n.x, n.x.x) in parent deps Mar 11, 2016
@fengmk2 fengmk2 changed the title Find the max satisfy version (n.x, n.x.x) in parent deps Find the max satisfy version (n.x) in parent deps Mar 11, 2016
@fengmk2 fengmk2 changed the title Find the max satisfy version (n.x) in parent deps Find the max satisfy version (n.x) in grandfather's deps Mar 11, 2016
@fengmk2
Copy link
Member Author

fengmk2 commented Mar 11, 2016

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant