Skip to content

Commit

Permalink
Revert "fix: update dependency yargs to v17 (#2574)"
Browse files Browse the repository at this point in the history
This reverts commit 81c38dd.
  • Loading branch information
escapedcat committed May 13, 2021
1 parent afdcd09 commit 919fb5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion @commitlint/cli/package.json
Expand Up @@ -51,7 +51,7 @@
"lodash": "^4.17.19",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0",
"yargs": "^17.0.0"
"yargs": "^16.2.0"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Expand Up @@ -46,7 +46,7 @@
"require-from-string": "2.0.2",
"tar-fs": "2.1.1",
"tmp": "0.2.1",
"yargs": "^17.0.0"
"yargs": "^16.2.0"
},
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
}
13 changes: 0 additions & 13 deletions yarn.lock
Expand Up @@ -10726,16 +10726,3 @@ yargs@^16.2.0:
string-width "^4.2.0"
y18n "^5.0.5"
yargs-parser "^20.2.2"

yargs@^17.0.0:
version "17.0.0"
resolved "https://registry.npmjs.org/yargs/-/yargs-17.0.0.tgz#147db33e222e8e6a7829df5f2ae696b58d1c82bf"
integrity sha512-gbtedDPfBgG40iLbaRXhqYJycUYqFVZQLIxl1cG5Ez/xZL/47TetSYzPSIixkWa36GKHr9D/o/oSG1vHXF4zTw==
dependencies:
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.5"
yargs-parser "^20.2.2"

0 comments on commit 919fb5d

Please sign in to comment.