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

Limit Chokidar's lower bound to 3.0.0 #1279

Merged
merged 3 commits into from Apr 15, 2021
Merged

Limit Chokidar's lower bound to 3.0.0 #1279

merged 3 commits into from Apr 15, 2021

Commits on Apr 6, 2021

  1. Limit Chokidar's lower bound to 3.0.0

    There's no reason we *should* have to do this, since we do declare
    support for Chokidar 3.0.0 and npm *should* just install the latest
    available version that matches the constraint. But in practice it
    doesn't for some reason, so I guess we'll narrow the constraint to
    work around that.
    
    See #863
    nex3 committed Apr 6, 2021
    Copy the full SHA
    9b96c00 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Copy the full SHA
    7d5c556 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0e47eff View commit details
    Browse the repository at this point in the history