Files
bun.sh/docs/cli/update.md
Colin McDonnell d6d4ead438 Tweaks to pm docs
2023-10-12 23:08:52 -07:00

8 lines
302 B
Markdown

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.