isotoma / react-cognito

Library for integrating Facebook React and Amazon Cognito
Apache License 2.0
116 stars 48 forks source link

React 16.0.0 #34

Open slikk66 opened 6 years ago

slikk66 commented 6 years ago

Hi all, sorta new to this whole game here. My project has react and react-dom at 16.0.0 but this package seems to specify 15.0.0

https://github.com/isotoma/react-cognito/blob/master/package.json

When I try to install this on my project, I get:

$ npm install react-cognito -s
app-web@1.0.0 /Users/me/Development/app/react/app-web
├── UNMET PEER DEPENDENCY react@16.0.0
├── react-cognito@1.5.3
└── UNMET PEER DEPENDENCY react-dom@16.0.0

Is 16.0.0 supported? and what's the proper way to resolve this?

Thanks!