Skip to content

Commit

Permalink
fix(cli): Bump yargs to ^14.2.2
Browse files Browse the repository at this point in the history
The problem encountered in babel/babel#10733 has been fixed, but bump it anyway.
  • Loading branch information
evocateur committed Nov 19, 2019
1 parent 8ca85a4 commit 51365b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/cli/package.json
Expand Up @@ -34,6 +34,6 @@
"@lerna/global-options": "file:../global-options",
"dedent": "^0.7.0",
"npmlog": "^4.1.2",
"yargs": "^14.2.0"
"yargs": "^14.2.2"
}
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -87,7 +87,7 @@
"tempy": "^0.2.1",
"touch": "^3.1.0",
"write-json-file": "^3.2.0",
"yargs": "^14.2.0"
"yargs": "^14.2.2"
},
"engines": {
"node": ">= 6.9.0"
Expand Down

0 comments on commit 51365b8

Please sign in to comment.