-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
Priority: AdependenciesPull requests that update a dependency filePull requests that update a dependency fileurgent
Description
Problem
TypeScript won't get upgraded to v5 because of this bug with storybook. And all of storybook addons won't be upgraded to v7. They provided two solutions, a workaround and upgrading to v7.
Solution
- Follow this guide for upgrading storybook: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#from-version-65x-to-700
- Follow this guide for upgrading storybook/react: https://storybook.js.org/migration-guides/7.0
After this, you'll have to fix the breaking changes.
- Update our Vercel build step to use Node.js v16
- Upgrading webpack to v5
On second thought, I think the two links are the same.
Metadata
Metadata
Assignees
Labels
Priority: AdependenciesPull requests that update a dependency filePull requests that update a dependency fileurgent
Type
Projects
Status
🏗 In progress