update dep script

This commit is contained in:
Cory LaViska
2024-12-02 14:01:00 -05:00
parent b437e6e478
commit 7d05407030

View File

@@ -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"