DDeno•Created by Jeffrey Konowitch on 11/6/2024 in #help How do you update npm dependencies (e.g. with ^1.0.0) to the latest version?
Is there a command to do this, and have the lockfile update? Or do I need to manually bump all the versions in deno.json
s to force that? Or do I simply delete the lockfile and reinstall?