router5 / react-router5

Helpers for using router5 with React [MOVED]
MIT License
83 stars 8 forks source link

React 15 ~ vs ^ #35

Closed klimashkin closed 7 years ago

klimashkin commented 7 years ago

Why did you replace caret with tilde in peerDependencies?

Now npm warns me with latest React 15.5.4

klimashkin commented 7 years ago

prop-types also should have caret like other libraries do.

To take library's consumer version, and avoid embedding two versions of prop-types into bundle by webpack when minor version will be released.

troch commented 7 years ago

Sorry, my mistake

troch commented 7 years ago

4.2.1 out.