I have this warning with yarn after switching to react 16. `warning "hoc-react-loader@6.1.0" has incorrect peer dependency "react@^15.3.0".` Is it possible to change peerDependencies from `^15...` to `>15...` ?