File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 40
40
"postpublish" : " git push origin && git push origin -f --tags"
41
41
},
42
42
"dependencies" : {
43
- "@swc-node/register" : " ^1.8 .0" ,
44
- "acquerello" : " ^2.0.7 " ,
43
+ "@swc-node/register" : " ^1.9 .0" ,
44
+ "acquerello" : " ^2.0.8 " ,
45
45
"hdr-histogram-js" : " ^3.0.0" ,
46
- "table" : " ^6.8.1 "
46
+ "table" : " ^6.8.2 "
47
47
},
48
48
"devDependencies" : {
49
49
"@cowtech/eslint-config" : " ^9.0.3" ,
50
- "@swc/cli" : " ^0.3.9 " ,
51
- "@swc/core" : " ^1.4.0 " ,
52
- "@types/node" : " ^20.11.16 " ,
50
+ "@swc/cli" : " ^0.3.12 " ,
51
+ "@swc/core" : " ^1.4.13 " ,
52
+ "@types/node" : " ^20.12.7 " ,
53
53
"c8" : " ^9.1.0" ,
54
54
"chokidar" : " ^3.6.0" ,
55
55
"concurrently" : " ^8.2.2" ,
56
56
"eslint" : " ^8.57.0" ,
57
57
"prettier" : " ^3.2.5" ,
58
58
"proxyquire" : " ^2.1.3" ,
59
- "typescript" : " ^5.3.3 "
59
+ "typescript" : " ^5.4.5 "
60
60
},
61
61
"engines" : {
62
62
"node" : " >= 18.18.0"
Original file line number Diff line number Diff line change
1
+ export default {
2
+ printWidth : 120 ,
3
+ semi : false ,
4
+ singleQuote : true ,
5
+ bracketSpacing : true ,
6
+ trailingComma : 'none' ,
7
+ arrowParens : 'avoid'
8
+ }
File renamed without changes.
You can’t perform that action at this time.
0 commit comments