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

⬆️(dependencies) update npm dependencies #532

Merged
merged 2 commits into from
Sep 23, 2019

Commits on Sep 23, 2019

  1. Configuration menu
    Copy the full SHA
    3dae99a View commit details
    Browse the repository at this point in the history
  2. 🏷️(frontend) fix intl type breakage from dependency

    We relied on having a type definition for `Intl.RelativeTimeFormat`
    as we believed it existed in the typescript libs. It was really
    coming from one of our dependencies extending `Intl` with it.
    
    We can just type assert as the only call that uses `RelativeTimeFormat`
    is to assert whether or not to run a polyfill.
    lunika committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    b0b8d1a View commit details
    Browse the repository at this point in the history