-
Notifications
You must be signed in to change notification settings - Fork 6
⬆️ react 16 / use of jest #77
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
Conversation
@Taranys @frinyvonnick ping |
Yes go ahead. Delete it !! |
package.json
Outdated
"peerDependencies": { | ||
"prop-types": "^15.5.8", | ||
"react": "^15.3.0", | ||
"react": "^15.3.0 || ^16.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
set peerDependencies
: "^15.x.x || ^16.x.x"
can be apply to : prop-types
and tinycolor2
"react-addons-test-utils": "^15.4.2", | ||
"react-dom": "^15.3.0", | ||
"react-test-renderer": "^15.5.4", | ||
"prop-types": "^15.6.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not the same version in the peerDependency : 15.5.8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
fixes #76