File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 36
36
},
37
37
"scripts" : {
38
38
"fmt" : " prettier --write ." ,
39
+ "fmt:check" : " prettier --check ." ,
39
40
"build" : " tsc" ,
40
41
"test" : " tsc && PATH=$(env -i bash -c 'echo $PATH') node_modules/.bin/uvu test -i fixtures" ,
41
42
"coverage" : " c8 --check-coverage npm test -- -i package" ,
49
50
"@types/which" : " ^2.0.1" ,
50
51
"chalk" : " ^5.0.1" ,
51
52
"fs-extra" : " ^10.1.0" ,
52
- "globby" : " ^13.1.1 " ,
53
+ "globby" : " ^13.1.2 " ,
53
54
"minimist" : " ^1.2.6" ,
54
- "node-fetch" : " ^3.2.4 " ,
55
+ "node-fetch" : " ^3.2.6 " ,
55
56
"ps-tree" : " ^1.2.0" ,
56
57
"which" : " ^2.0.2" ,
57
58
"yaml" : " ^2.1.1"
58
59
},
59
60
"devDependencies" : {
60
61
"@stryker-mutator/core" : " ^6.0.2" ,
61
62
"c8" : " ^7.11.3" ,
62
- "prettier" : " ^2.6.2 " ,
63
+ "prettier" : " ^2.7.0 " ,
63
64
"typescript" : " ^4.8.0-dev.20220529" ,
64
65
"uvu" : " ^0.5.3"
65
66
},
You can’t perform that action at this time.
0 commit comments