LucasBassetti / react-simple-chatbot

:speech_balloon: Easy way to create conversation chats
https://lucasbassetti.com.br/react-simple-chatbot/
MIT License
1.73k stars 598 forks source link

styled-components should be direct dep not peer dep #284

Open sgpinkus opened 4 years ago

sgpinkus commented 4 years ago

Describe the bug styled-components is listed as a peer dependency of this package. Is this package somehow considered a styled-component plugin? The package source seems to be doing this is many places:

import { xxx } from 'styled-components';

Doesn't that make it styled-components a direct dependency of this package?