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
Showing
... | @@ -9,11 +9,11 @@ | ... | @@ -9,11 +9,11 @@ |
"url": "http://github.com/grafana/grafana.git" | "url": "http://github.com/grafana/grafana.git" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "7.4.3", | "@babel/core": "7.6.4", | ||
"@babel/plugin-syntax-dynamic-import": "7.2.0", | "@babel/plugin-syntax-dynamic-import": "7.2.0", | ||
"@babel/preset-env": "7.4.2", | "@babel/preset-env": "7.6.3", | ||
"@babel/preset-react": "7.0.0", | "@babel/preset-react": "7.6.3", | ||
"@babel/preset-typescript": "7.3.3", | "@babel/preset-typescript": "7.6.0", | ||
"@emotion/core": "10.0.10", | "@emotion/core": "10.0.10", | ||
"@rtsao/plugin-proposal-class-properties": "7.0.1-patch.1", | "@rtsao/plugin-proposal-class-properties": "7.0.1-patch.1", | ||
"@types/angular": "1.6.56", | "@types/angular": "1.6.56", | ||
... | @@ -64,6 +64,7 @@ | ... | @@ -64,6 +64,7 @@ |
"babel-loader": "8.0.5", | "babel-loader": "8.0.5", | ||
"babel-plugin-angularjs-annotate": "0.10.0", | "babel-plugin-angularjs-annotate": "0.10.0", | ||
"clean-webpack-plugin": "2.0.0", | "clean-webpack-plugin": "2.0.0", | ||
"core-js": "2.6.9", | |||
"css-loader": "2.1.1", | "css-loader": "2.1.1", | ||
"enzyme": "3.9.0", | "enzyme": "3.9.0", | ||
"enzyme-adapter-react-16": "1.11.2", | "enzyme-adapter-react-16": "1.11.2", | ||
... | @@ -195,7 +196,7 @@ | ... | @@ -195,7 +196,7 @@ |
"printWidth": 120 | "printWidth": 120 | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@babel/polyfill": "7.2.5", | "@babel/polyfill": "7.6.0", | ||
"@grafana/slate-react": "0.22.9-grafana", | "@grafana/slate-react": "0.22.9-grafana", | ||
"@torkelo/react-select": "2.4.1", | "@torkelo/react-select": "2.4.1", | ||
"angular": "1.6.9", | "angular": "1.6.9", | ||
... | ... |
... | @@ -26,8 +26,8 @@ | ... | @@ -26,8 +26,8 @@ |
}, | }, | ||
"main": "src/index.ts", | "main": "src/index.ts", | ||
"dependencies": { | "dependencies": { | ||
"@babel/core": "7.4.5", | "@babel/core": "7.6.4", | ||
"@babel/preset-env": "7.4.5", | "@babel/preset-env": "7.6.3", | ||
"@grafana/data": "^6.4.0-alpha", | "@grafana/data": "^6.4.0-alpha", | ||
"@grafana/ui": "^6.4.0-alpha", | "@grafana/ui": "^6.4.0-alpha", | ||
"@types/command-exists": "^1.2.0", | "@types/command-exists": "^1.2.0", | ||
... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment