#Any way to update packages to latest in package.json?

1 messages · Page 1 of 1 (latest)

lunar kindle
#

With pnpm I always ran pnpm up -L -i which gives you a list of outdates packages and the latest versions which you can optionally select, it then updates the chosen and actually changes package.json to reflect the changes. Is this possible with the Bun package manager?

tulip forge
#

read the docs

#

or releases

#

on blog

lunar kindle
tulip forge
#

you need to read this as well

#

bun update

lunar kindle
#

ah

#

awesome thanks. Although to be fair, if something is not in the docs, that is usually where people look

tulip forge
#

sometimes they forget to document

#

you can create an issue

#

or pr

lunar kindle
#

Ahh I see this is not the same as pnpm

#

It updates only to latest semvar

#

Ah I see an issue discussing it

left storm
flint schooner
#

yep

#

@lunar kindle we don't have an interactive mode yet