-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Addon-contexts: Remove peer dependencies #7675
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://monorepo-git-7625-addon-contexts-pkg.storybook.now.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@leoyli any idea how to fix the checks? |
# Conflicts: # addons/contexts/package.json
# Conflicts: # addons/contexts/package.json
Fixed the checks, I think |
Maybe we can merge this now?! |
@leoyli we'll get it first thing in 5.3 |
@shilman, sure things, can you create an issue later for me and I will find a weekend to finish things up?! I'm really want to add more value back to the community but I need a bit momentum/pressure :p. |
@shilman, Is anything we want to do here to merge this PR? I guess you have a script to update package in the monorepo, so I think I should not do this by hand :p |
thanks for the ping @leoyli - will merge once CI succeeds |
All green! Let's merge it :D |
Issue: #7625
What I did
Remove
peerDependencies
since they install large unnecessary packages into your project.How to test
N/A