roylee0704 / react-flexbox-grid

A set of React components implementing flexboxgrid with the power of CSS Modules.
http://roylee0704.github.io/react-flexbox-grid/
2.93k stars 206 forks source link

Move `@types/react` from `peerDependencies` to `devDependencies`. #102

Closed avocadowastaken closed 7 years ago

avocadowastaken commented 7 years ago

I understand that react-flexbox-grid.d.ts depends on it but only TS users needs it (and I guess they already have react types if they working with react).

silvenon commented 7 years ago

Makes sense, thanks!