File tree 3 files changed +74
-69
lines changed
3 files changed +74
-69
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,8 @@ exports.handler = async () => {
8
8
proc . all . pipe ( process . stdout ) ;
9
9
await proc ;
10
10
} ;
11
+ exports . builder = ( yargs ) => {
12
+ return yargs
13
+ . strict ( false )
14
+ . help ( ) ;
15
+ } ;
Original file line number Diff line number Diff line change 27
27
"@babel/plugin-proposal-class-properties" : " ^7.13.0" ,
28
28
"@babel/plugin-transform-strict-mode" : " ^7.12.13" ,
29
29
"codecov" : " ^3.8.1" ,
30
- "eslint" : " ^8.4.1 " ,
30
+ "eslint" : " ^8.8.0 " ,
31
31
"eslint-config-makeomatic" : " ^5.0.4" ,
32
32
"eslint-plugin-import" : " ^2.25.3" ,
33
33
"eslint-plugin-promise" : " ^6.0.0" ,
39
39
"dependencies" : {
40
40
"@commitlint/cli" : " ^16.1.0" ,
41
41
"@sinclair/typebox" : " ^0.23.3" ,
42
- "@types/node" : " ^17.0.12 " ,
42
+ "@types/node" : " ^17.0.13 " ,
43
43
"bluebird" : " ^3.7.2" ,
44
44
"chrome-launcher" : " ^0.15.0" ,
45
45
"chrome-remote-interface" : " ^0.31.1" ,
61
61
"lodash.set" : " ^4.3.2" ,
62
62
"ms-conf" : " ^7.0.2" ,
63
63
"npm-path" : " ^2.0.4" ,
64
- "pino" : " ^7.6.4 " ,
64
+ "pino" : " ^7.6.5 " ,
65
65
"read-pkg" : " ^5.2.0" ,
66
66
"rimraf" : " ^3.0.2" ,
67
67
"semantic-release" : " 19.0.2" ,
68
68
"serialize-error" : " ^8.0.0" ,
69
69
"shelljs" : " ^0.8.3" ,
70
70
"split2" : " ^4.1.0" ,
71
71
"strip-final-newline" : " =2.x.x" ,
72
- "undici" : " ^4.12.2 " ,
72
+ "undici" : " ^4.13.0 " ,
73
73
"yargs" : " ^17.3.0"
74
74
},
75
75
"bin" : {
You can’t perform that action at this time.
0 commit comments