File tree Expand file tree Collapse file tree 4 files changed +1900
-1894
lines changed Expand file tree Collapse file tree 4 files changed +1900
-1894
lines changed Original file line number Diff line number Diff line change
1
+ yarn lint
Original file line number Diff line number Diff line change
1
+ yarn test
Original file line number Diff line number Diff line change 16
16
"start" : " tsdx watch" ,
17
17
"test" : " tsdx test --runInBand" ,
18
18
"test:watch" : " tsdx test --watchAll" ,
19
- "prepare" : " yarn build" ,
19
+ "prepare" : " husky install && yarn build" ,
20
20
"prepublishOnly" : " yarn lint && yarn test"
21
21
},
22
22
"dependencies" : {
23
23
"axios" : " ^0.21.1" ,
24
- "form-data" : " ^3 .0.0" ,
24
+ "form-data" : " ^4 .0.0" ,
25
25
"lodash" : " ^4.17.21"
26
26
},
27
27
"devDependencies" : {
38
38
"eslint-plugin-prettier" : " ^5.0.0" ,
39
39
"eslint-plugin-promise" : " ^6.1.1" ,
40
40
"eslint-plugin-standard" : " ^5.0.0" ,
41
- "husky" : " ^4.2.5 " ,
42
- "nock" : " ^13.0.4 " ,
41
+ "husky" : " ^8.0.3 " ,
42
+ "nock" : " ^13.3.1 " ,
43
43
"prettier" : " ^3.0.0" ,
44
- "rimraf" : " ^3 .0.2 " ,
44
+ "rimraf" : " ^5 .0.1 " ,
45
45
"tsdx" : " ^0.13.2" ,
46
- "tslib" : " ^2.0.1 " ,
46
+ "tslib" : " ^2.6.0 " ,
47
47
"typescript" : " ^5.1.6" ,
48
48
"uuid" : " ^9.0.0"
49
49
},
You can’t perform that action at this time.
0 commit comments