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

Change babel-core to peerDependency for compatibility with Babel 7 #4162

Merged
merged 2 commits into from
Aug 5, 2017
Merged

Change babel-core to peerDependency for compatibility with Babel 7 #4162

merged 2 commits into from
Aug 5, 2017

Commits on Jul 31, 2017

  1. Change babel-core to peerDependency for compatibility with Babel 7

    This makes babel-jest compatible with whichever version of Babel is
    used in a given project, since babel-core@6 is not necessarily
    compatible with plugins made for Babel 7.
    
    Note that this is a breaking change (albeit low impact).
    Brad Christensen committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    e6b639d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2017

  1. Configuration menu
    Copy the full SHA
    e59d139 View commit details
    Browse the repository at this point in the history