File tree Expand file tree Collapse file tree 3 files changed +189
-5
lines changed Expand file tree Collapse file tree 3 files changed +189
-5
lines changed Original file line number Diff line number Diff line change 40
40
"babel-eslint" : " ^10.0.3" ,
41
41
"babel-plugin-syntax-trailing-function-commas" : " ^6.5.0" ,
42
42
"chalk" : " ^3.0.0" ,
43
+ "clear" : " ^0.1.0" ,
43
44
"cli-table" : " ^0.3.1" ,
44
45
"coffee-script" : " ^1.12.7" ,
46
+ "command-line-args" : " ^5.1.1" ,
45
47
"confusing-browser-globals" : " ^1.0.9" ,
46
48
"core-js" : " ^3.6.4" ,
47
49
"coveralls" : " ^3.0.9" ,
62
64
"fbjs-scripts" : " 1.2.0" ,
63
65
"filesize" : " ^6.0.1" ,
64
66
"flow-bin" : " 0.97" ,
67
+ "folder-hash" : " ^4.0.1" ,
65
68
"glob" : " ^7.1.6" ,
66
69
"glob-stream" : " ^6.1.0" ,
67
70
"google-closure-compiler" : " ^20200517.0.0" ,
72
75
"jest-diff" : " ^25.2.6" ,
73
76
"jest-environment-jsdom-sixteen" : " ^1.0.3" ,
74
77
"jest-snapshot-serializer-raw" : " ^1.1.0" ,
78
+ "log-update" : " ^4.0.0" ,
75
79
"minimatch" : " ^3.0.4" ,
76
80
"minimist" : " ^1.2.3" ,
77
81
"mkdirp" : " ^0.5.1" ,
78
82
"ncp" : " ^2.0.0" ,
79
83
"object-assign" : " ^4.1.1" ,
80
84
"pacote" : " ^10.3.0" ,
81
85
"prettier" : " 1.19.1" ,
86
+ "progress-estimator" : " ^0.3.0" ,
87
+ "prompt-promise" : " ^1.0.3" ,
82
88
"prop-types" : " ^15.6.2" ,
83
89
"random-seed" : " ^0.3.0" ,
84
90
"react-lifecycles-compat" : " ^3.0.4" ,
91
+ "request-promise-json" : " ^1.0.4" ,
85
92
"rimraf" : " ^3.0.0" ,
86
93
"rollup" : " ^1.19.4" ,
87
94
"rollup-plugin-babel" : " ^4.0.1" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const colors = {
10
10
yellow : '#ffd600' ,
11
11
} ;
12
12
13
- const theme = chalk . constructor ( ) ;
13
+ const theme = new chalk . Instance ( ) ;
14
14
theme . package = theme . hex ( colors . green ) ;
15
15
theme . version = theme . hex ( colors . yellow ) ;
16
16
theme . tag = theme . hex ( colors . yellow ) ;
You can’t perform that action at this time.
0 commit comments