TILs, snippets—my digital code garden 🌱. By Zander Martineau
All tags All notes javascript (51) css (36) react (33) html (14) typescript (12) testing (8) devops (5) node (4) cli (4) graphql (4) git (4) cheatsheet (4) storybook (2) typography (2) svelte (2) 11ty (2) networking (1) animation (1) services (1) api (1) a11y (1) deno (1) cypress (1) vscode (1) sveltekit (1) ai (1) sql (1) interview (1) questions (1) untagged (17)
© 2025 • Made by Zander • Colophon • RSS

📦 npm package versions

Note date 16 May, 2023
Tags devops
👋 FYI, this note is over 6 months old. Some of the content may be out of date.
On this page
  1. Update all packages interactively

Update all packages interactively Jump to heading

Using npm-check:

npm-check -u
# or (if it doesn't detect the package manager correctly)
NPM_CHECK_INSTALLER=npm npm-check -u

← Back home