seatgeek / react-infinite

A browser-ready efficient scrolling container based on UITableView
Other
2.71k stars 273 forks source link

enzyme-adapter-react-16 should be dev dependency #278

Open msalsas opened 6 years ago

msalsas commented 6 years ago

I see this warning when installing the last version:

npm WARN enzyme-adapter-react-16@1.1.1 requires a peer of enzyme@^3.0.0 but none was installed.

I think that enzyme-adapter-react-16 should be inside devDependencies instead of dependencies

geminiyellow commented 5 years ago

PR is here: #276

@garetht @kgregory can you merge it?