Hacker News new | ask | show | jobs
by VerifiedReports 19 days ago
Thanks. I use JSR and always pull in the latest, figuring that I'll lock it down when development is done.
1 comments

Your deno.json/package.json should generally pin things to their major version (eg. "^3.1.4"). Your application's lockfile (deno.lock/package-lock.json) which is generated by default pins your dependencies and your sub-dependencies to exact versions.