blob: dfda37f014cfbe2c13cf5b46d8787115adae7571 (
plain) (
blame)
1
2
3
4
5
6
7
|
To update all dependencies to the latest version _that's compatible with the version range specified in your `package.json`_:
```sh
$ bun update
```
This will not edit your `package.json`. There's currently no command to force-update all dependencies to the latest version regardless version ranges.
|