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

Too strict version of classnames in bower.json #680

Closed
kirill-konshin opened this issue May 16, 2015 · 2 comments · Fixed by #683
Closed

Too strict version of classnames in bower.json #680

kirill-konshin opened this issue May 16, 2015 · 2 comments · Fixed by #683

Comments

@kirill-konshin
Copy link

"classnames": "1.1.4"

Classnames is now 2.x, so version has to be updated/made less strict.

@taion
Copy link
Member

taion commented May 16, 2015

Oops. We also don't have classnames listed as a Bower dep at all for react-router-bootstrap, because it's bundled into the distributed file. I wasn't thinking of AMD users at the time.

@kirill-konshin
Copy link
Author

We've got much bigger issues with AMD now... unfortunately...

This particular one can be resolved (as a workaround) by manually entering version 2.* and adding the following to project's bower.json:

{
  "resolutions": {
    "classnames": "2.*"
  }
}

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

Successfully merging a pull request may close this issue.

2 participants