I don't quite understand how I can keep the version of packages in a Deno project.
I saw that it loads packages via urls directly without using package.json that I had in Nodejs project.
That's cool but how do I keep the versions of some libraries that I used in the project? My concern is if a library has updated some of its functions and then my server will be broken.
Actually I believe I must miss something that is very common.
Could anyone give me a hint on this question?