mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user