From 670a5982f3d13b628fb8f10f4984029c1407f077 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 2 Dec 2024 13:36:49 -0500 Subject: [PATCH] update script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index bab4953c..eff3e92c 100644 --- a/package.json +++ b/package.json @@ -64,8 +64,7 @@ "test:component": "web-test-runner -- --watch --group", "test:watch": "web-test-runner --watch --group default", "spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress", - "list-outdated-dependencies": "npm-check-updates --format repo --peer", - "update-dependencies": "npm-check-updates --peer -u && npm install" + "check-updates": "npx npm-check-updates -i" }, "engines": { "node": ">=14.17.0"