Closed drager closed 8 years ago
Unless I'm missing something, 15.1.0 is already covered
Yeah, they are covered as dependencies in this project but it would be great if peerDependencies also matched them and are not RC versions.
But the current peerDep also covers 15.1.0.
Not sure to understand why it doesn't cover 15.2.0-rc.1
though :/ https://semver.npmjs.com/
@@ master #332 diff @@
==========================================
Files 55 55
Lines 634 634
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 633 633
Misses 1 1
Partials 0 0
Powered by Codecov. Last updated by 2f809a3...6d08eab
Ah alright, I see. About the 15.2.0-rc.1
not being included might be because it in fact is a Release Candidate and not a stable release. So if you want to cover that as well you can do this: ^15.1.0 || 15.2.0-rc.1
. Not sure if you want that?
@tleunen: Saw that you updated the dependencies yourself, then you can close this PR?
This pull request updates react and react-dom to the latest versions.