mirror of
https://github.com/grafana/grafana.git
synced 2025-09-18 22:02:52 +08:00
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:
@ -41,7 +41,7 @@ const getStoriesKnobs = () => {
|
||||
},
|
||||
'under'
|
||||
);
|
||||
const renderLegendAsTable = select(
|
||||
const renderLegendAsTable = select<any>(
|
||||
'Render legend as',
|
||||
{
|
||||
list: false,
|
||||
|
Reference in New Issue
Block a user