[Cashtab-components] Upgrade storybook by running npx sb upgrade
Summary:
T2634
Upgrading storybook as a pre-req to successfully running npm upgrade, which otherwise fails due to peer deps
Interesting to note that upgrading storybook per their recommended procedure --- running npx sb upgrade --- simply adds a .npmrc file with legacy-peer-deps=true ... which is not really a 'solution' for this problem. Interesting JS practices even at a module with over 3 million downloads per week.
Test Plan:
npm run storybook and note display loads with no errors
npm run build and no errors
Reviewers: #bitcoin_abc, kieran709
Reviewed By: #bitcoin_abc, kieran709
Differential Revision: https://reviews.bitcoinabc.org/D11900