From 7d05407030b23cc4e6f2266c6de76f7b4c790a86 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 2 Dec 2024 14:01:00 -0500 Subject: [PATCH] update dep script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02e56a3c..c4edce01 100644 --- a/package.json +++ b/package.json @@ -64,7 +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", - "check-updates": "npx npm-check-updates -i" + "check-updates": "npx npm-check-updates --interactive --format group" }, "engines": { "node": ">=14.17.0"