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.