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

Allow material-ui 0.17.x in peerDependencies and add yarn.lock #6

Merged
merged 1 commit into from
Apr 4, 2017

Conversation

hhaidar
Copy link
Contributor

@hhaidar hhaidar commented Apr 3, 2017

We're using material-ui v0.17 and this component works well with it!

package.json Outdated
@@ -40,7 +40,7 @@
"react-tap-event-plugin": "^2.0.0"
},
"peerDependencies": {
"material-ui": "~0.16.7",
"material-ui": ">=0.16 <=0.17",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not do the following? ^0.16

I don't see a reason to limit the peer dependency to a fixed range, unless someone reports an issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea I think we should do that too then.

Copy link
Member

@leMaik leMaik Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hhaidar Feel free to change it. 👍 The current version should work on every recent 0.x version.

@sibartlett
Copy link

This looks good to merge :)

@leMaik leMaik merged commit 731cf69 into TeamWertarbyte:master Apr 4, 2017
@leMaik
Copy link
Member

leMaik commented Apr 4, 2017

Published as v1.1.2. 🚒

@hhaidar
Copy link
Contributor Author

hhaidar commented Apr 4, 2017

Thanks, much appreciated @leMaik!

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 this pull request may close these issues.

3 participants