File tree 2 files changed +40
-2
lines changed
2 files changed +40
-2
lines changed Original file line number Diff line number Diff line change 90
90
"prettier" : " ^1.5.2" ,
91
91
"temp" : " ^0.8.3" ,
92
92
"webpack" : " ^2.1.0-beta.25" ,
93
- "yargs" : " ^6.3 .0"
93
+ "yargs" : " ^11.0 .0"
94
94
},
95
95
"engines" : {
96
96
"node" : " >=4.0.0"
Original file line number Diff line number Diff line change @@ -1395,6 +1395,14 @@ cliui@^3.2.0:
1395
1395
strip-ansi "^3.0.1"
1396
1396
wrap-ansi "^2.0.0"
1397
1397
1398
+ cliui@^4.0.0 :
1399
+ version "4.0.0"
1400
+ resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.0.0.tgz#743d4650e05f36d1ed2575b59638d87322bfbbcc"
1401
+ dependencies :
1402
+ string-width "^2.1.1"
1403
+ strip-ansi "^4.0.0"
1404
+ wrap-ansi "^2.0.0"
1405
+
1398
1406
clone-stats@^0.0.1 :
1399
1407
version "0.0.1"
1400
1408
resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-0.0.1.tgz#b88f94a82cf38b8791d58046ea4029ad88ca99d1"
@@ -5164,6 +5172,13 @@ string-width@^2.0.0:
5164
5172
is-fullwidth-code-point "^2.0.0"
5165
5173
strip-ansi "^3.0.0"
5166
5174
5175
+ string-width@^2.1.1 :
5176
+ version "2.1.1"
5177
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
5178
+ dependencies :
5179
+ is-fullwidth-code-point "^2.0.0"
5180
+ strip-ansi "^4.0.0"
5181
+
5167
5182
string.prototype.codepointat@^0.2.0 :
5168
5183
version "0.2.0"
5169
5184
resolved "https://registry.yarnpkg.com/string.prototype.codepointat/-/string.prototype.codepointat-0.2.0.tgz#6b26e9bd3afcaa7be3b4269b526de1b82000ac78"
@@ -5765,7 +5780,30 @@ yargs-parser@^7.0.0:
5765
5780
dependencies :
5766
5781
camelcase "^4.1.0"
5767
5782
5768
- yargs@^6.0.0, yargs@^6.3.0 :
5783
+ yargs-parser@^9.0.2 :
5784
+ version "9.0.2"
5785
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
5786
+ dependencies :
5787
+ camelcase "^4.1.0"
5788
+
5789
+ yargs@^11.0.0 :
5790
+ version "11.0.0"
5791
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.0.0.tgz#c052931006c5eee74610e5fc0354bedfd08a201b"
5792
+ dependencies :
5793
+ cliui "^4.0.0"
5794
+ decamelize "^1.1.1"
5795
+ find-up "^2.1.0"
5796
+ get-caller-file "^1.0.1"
5797
+ os-locale "^2.0.0"
5798
+ require-directory "^2.1.1"
5799
+ require-main-filename "^1.0.1"
5800
+ set-blocking "^2.0.0"
5801
+ string-width "^2.0.0"
5802
+ which-module "^2.0.0"
5803
+ y18n "^3.2.1"
5804
+ yargs-parser "^9.0.2"
5805
+
5806
+ yargs@^6.0.0 :
5769
5807
version "6.6.0"
5770
5808
resolved "https://registry.yarnpkg.com/yargs/-/yargs-6.6.0.tgz#782ec21ef403345f830a808ca3d513af56065208"
5771
5809
dependencies :
You can’t perform that action at this time.
0 commit comments