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

Remove @types/browserslist and update browserslist #5182

Merged
merged 1 commit into from Mar 3, 2021

Commits on Mar 3, 2021

  1. Remove @types/browserslist and update browserslist

    `@types/browserslist@4.15.0` has been deprecated because `browserslist@4.16.3` provides its own type definitions.
    So, this change removes `@types/browserslist` and updates `browserslist` to the latest version.
    
    I execute the following commands to update `package.json` and `package-lock.json`:
    
    ```shell
    npm rm @types/browserslist
    npm up browserslist
    ```
    
    See below:
    - https://www.npmjs.com/package/@types/browserslist/v/4.15.0
    - https://github.com/browserslist/browserslist/blob/4.16.3/index.d.ts
    
    Close #5118
    ybiquitous committed Mar 3, 2021
    Copy the full SHA
    b6f29ea View commit details
    Browse the repository at this point in the history