Gaëtan Maisse c42b1db400 refactor: regenerator-runtime as dependencies
`regenerator-runtime` is used as polyfill to backport async/await and generator to old browser (like core-js).
Any package that use async/await or generator will require `regenerator-runtime` at runtime without any import in the source (it's added by babel during transpilation).
To avoid any issue in the future `regenerator-runtime` is added to almost all packages, as it has been done for `core-js`

What I did?
- Add it when it was missing
- Move it from peerDep to dep when needed
- Use the same, and latest, version for all packages
2020-02-20 13:52:02 +01:00
..
2019-10-24 21:57:05 +00:00
2018-12-11 01:10:15 +01:00
2019-07-08 23:55:35 +02:00

Options Addon is deprecated as of Storybook 5.0

Please read https://storybook.js.org/docs/configurations/options-parameter/ to learn about storybook's options and setting them.