We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d472cc commit 92bd271Copy full SHA for 92bd271
package.json
@@ -53,7 +53,7 @@
53
"prepare": "husky && custompatch",
54
"test": "tap",
55
"update": "run-p --aggregate-output update:* && run-s update:longtask:**",
56
- "update:deps": "npx npm-check-updates",
+ "update:deps": "npx --yes npm-check-updates",
57
"update:longtask:data:npm": "node --disable-warning=ExperimentalWarning ./scripts/update-data-npm.js"
58
},
59
"devDependencies": {
0 commit comments