Created by: singingwolfboy
This avoids a warning we were getting in our project:
warning "@storybook/react > [email protected]" has unmet peer dependency "babel-runtime@^6.23.0".
We were getting this warning even though our app has a dependency on "babel-runtime": "^6.26.0"
.