Skip to content

Commit 05909fd

Browse files
committed
Update yargs-parser to v20
1 parent 4757ef6 commit 05909fd

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

package-lock.json

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"pretty-quick": "^1.11.1",
3737
"ts-node": "^9.1.1",
3838
"typescript": "^4.2.4",
39-
"yargs-parser": "^13.1.1"
39+
"yargs-parser": "^20.2.7"
4040
},
4141
"devDependencies": {
4242
"@types/cross-spawn": "^6.0.0",
4343
"@types/node": "^12.7.2",
44-
"@types/yargs-parser": "^13.0.0",
44+
"@types/yargs-parser": "^20.2.0",
4545
"np": "^5.2.1"
4646
},
4747
"bin": "./lib/index.js",

scripts/format.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import path from "path";
33
import spawn from "cross-spawn";
44

55
const appDirectory = fs.realpathSync(process.cwd());
6-
// const args = process.argv.slice(3);
76

87
function format(): number {
98
const result = spawn.sync(

0 commit comments

Comments
 (0)