-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to storybook v7 #58
Conversation
✅ Deploy Preview for meek-klepon-586e39 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
c9abf14
to
8c3d034
Compare
@TylerMatteo made changes to not pin exact package versions and to drop the addition of the design add-on |
8c3d034
to
7acf1df
Compare
noting that I've been trying to resolve a concern: seeing storybook 8 in the lock file diff for peer dependencies running While resolving: @nycplanning/streetscape@0.10.1
Found: storybook@7.6.20
node_modules/storybook
dev storybook@"^7.4.1" from the root project
Could not resolve dependency:
peer storybook@"^8.2.7" from @storybook/components@8.2.7
node_modules/@storybook/components
peer @storybook/components@">=7.0.12" from @chakra-ui/storybook-addon@5.1.0
node_modules/@chakra-ui/storybook-addon
dev @chakra-ui/storybook-addon@"^5.0.1" from the root project
Fix the upstream dependency conflict, or retry
this command with --force or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution. and "peerDependencies": {
"storybook": "^8.2.7"
} |
bca6048
to
a461327
Compare
via `npx storybook@7 upgrade` and `npm dedupe`
a461327
to
21bb069
Compare
Upgrading our current storybook version to the latest version 7, refer to this issue for context.