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

Bump dependencies #620

Closed
wants to merge 5 commits into from
Closed

Commits on Sep 11, 2019

  1. Use setImmediate ponyfill from core-js (partial revert of 5566c95)

    The naive implementation from the 'set-immediate-shim' package, based
    on setTimeout(..., 0) is order of magnitude slower than the clever
    ponyfill from core-js.
    
    See Stuk#617
    maximerety committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    5fac10c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f5bd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ea427a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4800a51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f0b006 View commit details
    Browse the repository at this point in the history