Created by: singingwolfboy
This avoids a warning we were getting in our project:
warning "@storybook/react > babel-preset-react-app@3.1.0" 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"
.