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

@@ -26,8 +26,8 @@
},
"main": "src/index.ts",
"dependencies": {
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"@babel/core": "7.6.4",
"@babel/preset-env": "7.6.3",
"@grafana/data": "^6.4.0-alpha",
"@grafana/ui": "^6.4.0-alpha",
"@types/command-exists": "^1.2.0",