fix(ui): add overrides for storybook

This commit is contained in:
Łukasz Mierzwa
2022-04-03 13:26:36 +01:00
committed by renovate[bot]
parent fc822ec61a
commit 927913a77e

View File

@@ -90,6 +90,11 @@
"timemachine": "0.3.2",
"typescript": "4.6.3"
},
"overrides": {
"@storybook/builder-webpack5": "6.5.0-alpha.55",
"@storybook/manager-webpack5": "6.5.0-alpha.55",
"@storybook/react": "6.5.0-alpha.55"
},
"scripts": {
"start": "REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",
"build": "react-scripts build",