sheaivey / react-axios

Axios Components for React with child function callback
MIT License
180 stars 20 forks source link

Unmet peer dependency on axios #5

Closed binki closed 7 years ago

binki commented 7 years ago

Because axios is still a 0 version, the peerDependency "axios": "^0.15.0" causes npm to output this message when I install axios-0.16.1:

+-- UNMET PEER DEPENDENCY axios@0.16.1

I assume this is compatible with axios-0.16.1 since I have not seen any issues with it. Could you either bump the peer or use a range to indicate known compatible versions of axios?

sheaivey commented 7 years ago

I'll take a look thanks for bringing this to my attention.

sheaivey commented 7 years ago

I believe this has now been addressed in v1.0.0 release.