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 5ebdf71 commit 143250cCopy full SHA for 143250c
package.json
@@ -24,8 +24,8 @@
24
"lint": "npm run lint --workspaces --if-present",
25
"prettier-check": "npx prettier@2 --check \"packages/**/*.ts\"",
26
"prettier-fix": "npx prettier@2 --write \"packages/**/*.ts\"",
27
- "ncu": "npm exec --workspaces -- npx npm-check-updates@12",
28
- "ncu-update": "npm exec --workspaces -- npx npm-check-updates@12 -u",
+ "ncu": "npm exec --workspaces -- npx npm-check-updates",
+ "ncu-update": "npm exec --workspaces -- npx npm-check-updates -u",
29
"publish-prerelease": "./bin/version.js prerelease",
30
"publish-patch": "./bin/version.js patch",
31
"publish-minor": "./bin/version.js minor",
0 commit comments