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

update react peerDependency to support react 16 #14

Merged
merged 1 commit into from
Feb 14, 2018

Conversation

twclark0
Copy link
Contributor

In reference to #13

Removes warning react-styleable@2.2.5 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself.

package.json Outdated
@@ -28,7 +28,7 @@
},
"license": "MIT",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || ^16.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

what about 15. I think we need to support that still.

This might work better:

    "react": ">=0.15.0 < 17.0.0"

Copy link
Contributor

Choose a reason for hiding this comment

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

We can/should probably drop 14.x at this point.

Copy link
Contributor

@jaketrent jaketrent left a comment

Choose a reason for hiding this comment

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

please adjust the version range to still be happy with 15.x

@twclark0
Copy link
Contributor Author

Good catch! Oversight on my part... That's been updated now.

@jaketrent jaketrent merged commit 2df460a into pluralsight:master Feb 14, 2018
@jaketrent
Copy link
Contributor

published as react-styleable@3.3.0

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.

None yet

2 participants