From 57fb23145cd207fa16113ce6e2e21103a41fb4a9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sat, 4 Jul 2026 21:57:39 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20finding=204=20=E2=80=94=20remove=20npm?= =?UTF-8?q?-check-updates=20from=20root=20devDependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No script invokes it; pnpm dlx npm-check-updates still works on-demand. Claude-Session: https://claude.ai/code/session_012Bnvt1MghwHj4qQRxuQUGa --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index fa96ff063..71a0de281 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,6 @@ "happy-dom": "^20.10.6", "knip": "^6.24.0", "lefthook": "^2.1.9", - "npm-check-updates": "^22.2.9", "pg": "^8.22.0", "turbo": "^2.10.3", "typescript": "^6.0.3",