Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 385 Bytes

maintenance.md

File metadata and controls

22 lines (15 loc) · 385 Bytes

Maintenance Guide

Update dependent libraries

go.mod

Update go.mod by selecting Upgrade direct dependencies on VSCode and run go mod tidy.

package.json

npm install -g npm-check-updates
ncu
ncu -u
npm outdated
npm update
npm install

Makefile

Go to the site commented in the Makefile and manually rewrite the file if a newer version is available.