react-avatar-uploader icon indicating copy to clipboard operation
react-avatar-uploader copied to clipboard

Added all code dependencies to peerDependencies

Open thedanielforum opened this issue 4 years ago • 0 comments

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)

thedanielforum avatar Jun 19 '20 05:06 thedanielforum