Skip to content
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

fix: add missing core-js dependency #7016

Merged
merged 1 commit into from Jun 11, 2019

Conversation

ForbesLindesay
Copy link
Contributor

This should resolve the issue some people are seeing in #6204

What I did

Added an explicit dependency on core-js. This was mostly working before because the dependency flattening means most people have a copy of core-js in their node_modules folder, but after version 3 was released, some people had version 2 and others had version 3. This explicitly adds the dependency on version 3.

This should resolve the issue some people are seeing in storybookjs#6204
@vercel
Copy link

vercel bot commented Jun 10, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://monorepo-git-fork-forbeslindesay-patch-2.storybook.now.sh

@shilman shilman added react-native dependencies patch:yes Bugfix & documentation PR that need to be picked to main branch labels Jun 10, 2019
Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ndelangen ndelangen merged commit f20b90a into storybookjs:next Jun 11, 2019
@ndelangen ndelangen added this to the 5.1.x milestone Jun 11, 2019
shilman pushed a commit that referenced this pull request Jun 13, 2019
fix: add missing core-js dependency
@shilman shilman added the patch:done Patch/release PRs already cherry-picked to main/release branch label Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch react-native
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants