Emotion upgrade and optimizations
- Update emotion package to emotion 10, this includes a breaking change with replacing
className
prop withcss
prop to match convention of the Emotion package. - update package.json to include wider range of version for recompose
- update how
onlyUpdateForKeys
is imported fromrecompose
. Reduced import cost from 26kb to 19kb.