A Quick Video about how you can get started with the .NET 7 Web API Boilerplate. Watch this first!🔥
Here is what you can do to show your support!
Regularly update the installed npm packages to keep your Doks website stable, usable, and secure.
The npm outdated command will check the registry to see if any (or, specific) installed packages are currently outdated:
npm outdated
npm outdated [[<@scope>/]<pkg> ...]
The npm update command will update all the packages listed to the latest version (specified by the tag config), respecting semver:
npm update
npm update [<pkg>...]