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: mark @babel/core as optional peer dependency #739

Merged
merged 4 commits into from
Aug 30, 2021
Merged

fix: mark @babel/core as optional peer dependency #739

merged 4 commits into from
Aug 30, 2021

Commits on Aug 27, 2021

  1. Fixes #736

    Moving `@babel/core` from devDependencies to dependencies.
    Fixes the missing dependency error that comes while installing it through `Yarn 2, Yarn 3`.
    
    Error - 
    `
    styled-jsx@npm:4.0.0 [78a22] doesn't provide @babel/core (pad17e), requested by @babel/plugin-syntax-jsx
    `
    spa5k committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    303d9c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    d2b708a View commit details
    Browse the repository at this point in the history
  2. Update package.json

    spa5k committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    735848f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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