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: bump node-sass peer dependency #21084

Merged
merged 2 commits into from Jan 14, 2021
Merged

fix: bump node-sass peer dependency #21084

merged 2 commits into from Jan 14, 2021

Commits on Jan 13, 2021

  1. fix: bump node-sass peer dependency

    Get rid of the unmet peer dependency warning when installing
    a next.js project wtih node-sass 5.
    
    node-sass 5 is the currently maintained version and removes
    support one deprecated API and Node.js versions that Next.js does
    not support either. Next.js uses node-sass 5 in devDependencies.
    
    node-sass changelog: https://github.com/sass/node-sass/releases
    
    On the other hand, as the docs encourage the sass package instead of node-sass,
    (see errors/duplicate-sass.md)
    I have updated examples which used node-sass 4 to the latest sass instead.
    ludofischer committed Jan 13, 2021
    Copy the full SHA
    483243e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

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