-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Move react and react-dom into peerDependencies #245
Conversation
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.
Can you please:
- re-add the old fuzzy React version to the peer deps
- remove the react-dom peer as a peer dep
- remove your changes to the dev deps versions
If you are feeling really energetic it would also be great to find out where this got removed...
@@ -82,6 +80,10 @@ | |||
"rollup-plugin-uglify": "^2.0.1", | |||
"styled-components": "^2.2.3" | |||
}, | |||
"peerDependencies": { |
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.
These where peer dependencies at one point. I am not sure when they where removed :|
I remember because we had fuzzy versions #84
Also, we do not need the react-dom peer-dependency. It is not used in the production bundle
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.
Done.
Thanks @Li0liQ !!! |
#181 - the PR that removed react from peerDepenendencies. |
Great pick up!!! |
No description provided.