File tree 3 files changed +16
-8
lines changed
3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 44
44
"dependencies" : {
45
45
"ajv" : " ^8.12.0" ,
46
46
"fastify-plugin" : " ^4.5.1" ,
47
- "http-errors-enhanced" : " ^2.0.7 "
47
+ "http-errors-enhanced" : " ^2.0.8 "
48
48
},
49
49
"devDependencies" : {
50
50
"@cowtech/eslint-config" : " ^9.0.3" ,
51
- "@swc/cli" : " ^0.3.9 " ,
52
- "@swc/core" : " ^1.4.0 " ,
53
- "@types/node" : " ^20.11.16 " ,
54
- "ajv-formats" : " ^2.1 .1" ,
51
+ "@swc/cli" : " ^0.3.12 " ,
52
+ "@swc/core" : " ^1.4.13 " ,
53
+ "@types/node" : " ^20.12.7 " ,
54
+ "ajv-formats" : " ^3.0 .1" ,
55
55
"c8" : " ^9.1.0" ,
56
56
"chokidar" : " ^3.6.0" ,
57
57
"concurrently" : " ^8.2.2" ,
58
58
"eslint" : " ^8.57.0" ,
59
- "fastify" : " ^4.26.0 " ,
59
+ "fastify" : " ^4.26.2 " ,
60
60
"prettier" : " ^3.2.5" ,
61
- "tsx" : " ^4.7.0 " ,
62
- "typescript" : " ^5.3.3 "
61
+ "tsx" : " ^4.7.2 " ,
62
+ "typescript" : " ^5.4.5 "
63
63
},
64
64
"engines" : {
65
65
"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