File tree Expand file tree Collapse file tree 3 files changed +79
-103
lines changed Expand file tree Collapse file tree 3 files changed +79
-103
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ CLI for Developers
11
11
![ node (scoped)] ( https://img.shields.io/node/v/@codingtools/cdt ) [ ![ GitHub commit activity] ( https://img.shields.io/github/commit-activity/m/codingtools/cdt )] ( https://github.com/codingtools/cdt/graphs/commit-activity )
12
12
[ ![ GitHub contributors] ( https://img.shields.io/github/contributors/codingtools/cdt )] ( https://github.com/codingtools/cdt/graphs/contributors )
13
13
[ ![ License] ( https://img.shields.io/npm/l/@codingtools/cdt )] ( https://github.com/codingtools/cdt/blob/master/package.json )
14
- [ ![ Greenkeeper badge ] ( https://badges.greenkeeper.io/codingtools/cdt.svg )] ( https://greenkeeper.io/ )
14
+
15
15
<!--  -->
16
16
<!-- [](https://npmjs.org/package/@codingtools/cdt) -->
17
17
Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"@oclif/command" : " ^1.5.19" ,
14
- "@oclif/config" : " ^1.13.3" ,
15
- "@oclif/plugin-autocomplete" : " ^0.1.4" ,
16
14
"@oclif/plugin-help" : " ^2.2.3" ,
15
+ "@oclif/config" : " ^1.14.0" ,
16
+ "@oclif/plugin-autocomplete" : " ^0.1.5" ,
17
17
"@oclif/plugin-not-found" : " ^1.2.3" ,
18
18
"@oclif/plugin-warn-if-update-available" : " ^1.7.0" ,
19
- "avsc" : " ^5.4.18 " ,
19
+ "avsc" : " ^5.4.19 " ,
20
20
"axios" : " ^0.19.0" ,
21
21
"chalk" : " ^3.0.0" ,
22
22
"codecov" : " ^3.6.5" ,
23
23
"crypto-js" : " ^4.0.0" ,
24
24
"detect-character-encoding" : " ^0.8.0" ,
25
25
"encoding-japanese" : " ^1.0.30" ,
26
- "jshashes" : " ^1.0.7 " ,
26
+ "jshashes" : " ^1.0.8 " ,
27
27
"json-2-csv" : " ^3.5.9" ,
28
- "minify" : " ^5.0.0 " ,
28
+ "minify" : " ^5.1.1 " ,
29
29
"moment" : " ^2.24.0" ,
30
- "moment-timezone" : " ^0.5.27 " ,
30
+ "moment-timezone" : " ^0.5.28 " ,
31
31
"nyc" : " ^15.0.0" ,
32
- "ora" : " ^4.0.2 " ,
32
+ "ora" : " ^4.0.3 " ,
33
33
"signale" : " ^1.4.0" ,
34
34
"test" : " ^0.6.0" ,
35
- "tslib" : " ^1.10.0 "
35
+ "tslib" : " ^1.11.1 "
36
36
},
37
37
"devDependencies" : {
38
38
"@oclif/dev-cli" : " ^1.22.2" ,
You can’t perform that action at this time.
0 commit comments