diff --git a/README.md b/README.md index a51024b..c5fc73b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ - [Linting](#linting) - [Testing](#testing) - [Lighthouse](#lighthouse) +- [Upgrading dependencies](#upgrading-dependencies) - [Deployment](#deployment) - [SEO](#seo) - [Media](#media) @@ -67,6 +68,10 @@ Run `npm run test:all` to lint all files, type check, and run jest tests It is recommended that you get [this](https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk/related) extension to help run lighthouse tests +## Upgrading dependencies + +Run `npx npm-check -u` to get an interactive shell of everything that can be upgraded. + ## Deployment Deployment is handled by Vercel on merge to the `main` branch