Skip to content

Commit

Permalink
chore(deps): update cliui, escalade, y18n, yargs-parser (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 15, 2020
1 parent 63e1173 commit cf9440b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -43,13 +43,13 @@
"!*.d.ts"
],
"dependencies": {
"cliui": "^7.0.0",
"escalade": "^3.0.2",
"cliui": "^7.0.2",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.0",
"y18n": "^5.0.1",
"yargs-parser": "^20.2.0"
"y18n": "^5.0.2",
"yargs-parser": "^20.2.2"
},
"devDependencies": {
"@types/chai": "^4.2.11",
Expand All @@ -75,7 +75,7 @@
"yargs-test-extends": "^1.0.1"
},
"scripts": {
"fix": "gts fix && npm run fix:js",
"fix": "gts fix && npm run fix:js",
"fix:js": "standardx --fix '**/*.mjs' && standardx --fix '**/*.cjs' && standardx --fix './*.mjs' && standardx --fix './*.cjs'",
"posttest": "npm run check",
"test": "c8 mocha ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks",
Expand Down

0 comments on commit cf9440b

Please sign in to comment.