Chore: Bump storybook to 5.2.4 (#19895)

* Bump storybook to 5.2.4

* Update yarn.lock

* Babel bump

* Add core-js 2 to dev deps for babel to resolve dependencies correctly

This is because storybook 5.2 introduced core-js 3.x which caused babel to have problems resolving core-js dependencies
This commit is contained in:
Dominik Prokop
2019-10-18 13:45:52 +02:00
committed by GitHub
parent 060fab8f1c
commit ccf42ccbd9
7 changed files with 1963 additions and 1034 deletions

View File

@ -41,7 +41,7 @@ const getStoriesKnobs = () => {
},
'under'
);
const renderLegendAsTable = select(
const renderLegendAsTable = select<any>(
'Render legend as',
{
list: false,