Skip to content

Commit

Permalink
Remove @types/browserslist and update browserslist (#5182)
Browse files Browse the repository at this point in the history
`@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
  • Loading branch information
ybiquitous committed Mar 3, 2021
1 parent d6cf394 commit c800dc4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 44 deletions.
77 changes: 34 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -168,7 +168,6 @@
"@stylelint/prettier-config": "^2.0.0",
"@stylelint/remark-preset": "^2.0.0",
"@types/balanced-match": "^1.0.1",
"@types/browserslist": "^4.8.0",
"@types/debug": "^4.1.5",
"@types/file-entry-cache": "^5.0.1",
"@types/global-modules": "^2.0.0",
Expand Down

0 comments on commit c800dc4

Please sign in to comment.