chore(deps): upgrade Storybook to v5.2
Storybook 5.2 was released and contains a bunch of new features that we might want to evaluate. There shouldn't be any breaking change so we can expect a smooth upgrade.
Some improvements we might be interested in short-term:
- Component Story Format: a new way to author stories based on ES6 modules
- Addon APIs: writing addons got a lot easier in 5.2
- Performance: Storybook story switching and search performance is for large storybooks has dramatically improved (~1000ms => ~50ms)
For all the details on this new version, read the release blog post: https://medium.com/storybookjs/storybook-5-2-794958b9b111