react-avatar-uploader
react-avatar-uploader copied to clipboard
Added all code dependencies to peerDependencies
Some of the packages used in the library is not listed as dependencies or peerDependencies in the package.json file, this leads to errors when installing the library on clients that does not already have those packages installed.
See issue: #2
Packages added to peerDependencies:
- styled-components
- prop-types
- axios (also updated and removed @types/axios as types are now in the axios package natively)