Skip to content

Commit 5563b8e

Browse files
authored
docs: Add Bun equivalent for updating dependencies (#12580)
## Summary - Replaces "No equivalent" in the Bun tab of the "Keeping dependencies on the same version" section with `bun update typescript --latest` - Updates the documentation link to point to the correct Bun CLI update page Closes #12579
1 parent 3c552d9 commit 5563b8e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

apps/docs/content/docs/crafting-your-repository/managing-dependencies.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,12 @@ npm install typescript@latest --workspaces
216216
</Tab>
217217

218218
<Tab value="bun">
219-
No equivalent
220219

221-
<small>[-> Bun documentation](https://bun.sh/docs/install/workspaces)</small>
220+
```bash title="Terminal"
221+
bun update typescript --latest
222+
```
223+
224+
<small>[-> Bun documentation](https://bun.sh/docs/cli/update)</small>
222225

223226
</Tab>
224227
</PackageManagerTabs>

0 commit comments

Comments
 (0)