Skip to content

Commit 919fb5d

Browse files
committed
Revert "fix: update dependency yargs to v17 (#2574)"
This reverts commit 81c38dd.
1 parent afdcd09 commit 919fb5d

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

@commitlint/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"lodash": "^4.17.19",
5252
"resolve-from": "5.0.0",
5353
"resolve-global": "1.0.0",
54-
"yargs": "^17.0.0"
54+
"yargs": "^16.2.0"
5555
},
5656
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
5757
}

@packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"require-from-string": "2.0.2",
4747
"tar-fs": "2.1.1",
4848
"tmp": "0.2.1",
49-
"yargs": "^17.0.0"
49+
"yargs": "^16.2.0"
5050
},
5151
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
5252
}

yarn.lock

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10726,16 +10726,3 @@ yargs@^16.2.0:
1072610726
string-width "^4.2.0"
1072710727
y18n "^5.0.5"
1072810728
yargs-parser "^20.2.2"
10729-
10730-
yargs@^17.0.0:
10731-
version "17.0.0"
10732-
resolved "https://registry.npmjs.org/yargs/-/yargs-17.0.0.tgz#147db33e222e8e6a7829df5f2ae696b58d1c82bf"
10733-
integrity sha512-gbtedDPfBgG40iLbaRXhqYJycUYqFVZQLIxl1cG5Ez/xZL/47TetSYzPSIixkWa36GKHr9D/o/oSG1vHXF4zTw==
10734-
dependencies:
10735-
cliui "^7.0.2"
10736-
escalade "^3.1.1"
10737-
get-caller-file "^2.0.5"
10738-
require-directory "^2.1.1"
10739-
string-width "^4.2.0"
10740-
y18n "^5.0.5"
10741-
yargs-parser "^20.2.2"

0 commit comments

Comments
 (0)