Currently the Peer dependency for `styled-components` on the v3 is set to `<= 4` which leads to warnings on styled-components v5: https://github.com/jameslnewell/styled-components-breakpoint/blob/2204a873760e6e95c3d368143ec41c04e321b2e2/package.json#L25
Currently the Peer dependency for
styled-componentson the v3 is set to<= 4which leads to warnings on styled-components v5:styled-components-breakpoint/package.json
Line 25 in 2204a87