How to npm update to latest version of Forge CUI and Atlaskit

I have a Forge Custom UI app. What is the best way to update it to latest versions of Forge and Atlaskit components?

I am not so experienced in npm. I see bridge and resolver to update using npm outdated, but npm update does update to latest.

Best regards, Holger

If you update the version numbers in your package.json file and then run npm install, they should be updated.

1 Like