AK-21/Graphite-Industrial-Intelligence
0
1# Update Browserslist DB2 3<img width="120" height="120" alt="Browserslist logo by Anton Popov"4 src="https://browsersl.ist/logo.svg" align="right">5 6CLI tool to update `caniuse-lite` with browsers DB7from [Browserslist](https://github.com/browserslist/browserslist/) config.8 9Some queries like `last 2 versions` or `>1%` depend on actual data10from `caniuse-lite`.11 12```sh13npx update-browserslist-db@latest14```15Or if using `pnpm`:16```sh17pnpm exec update-browserslist-db latest18```19Or if using `yarn`:20```sh21yarn dlx update-browserslist-db@latest22```23 24<a href="https://evilmartians.com/?utm_source=update-browserslist-db">25 <img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg"26 alt="Sponsored by Evil Martians" width="236" height="54">27</a>28 29## Docs30Read full docs **[here](https://github.com/browserslist/update-db#readme)**.31 