File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 42
42
"postpublish" : " git push origin && git push origin -f --tags"
43
43
},
44
44
"dependencies" : {
45
- "@fastify/static" : " ^7.0.0 " ,
45
+ "@fastify/static" : " ^7.0.3 " ,
46
46
"fastify-plugin" : " ^4.5.1" ,
47
47
"js-yaml" : " ^4.1.0" ,
48
- "swagger-ui-dist" : " ^5.11.2 "
48
+ "swagger-ui-dist" : " ^5.15.1 "
49
49
},
50
50
"devDependencies" : {
51
51
"@cowtech/eslint-config" : " ^9.0.3" ,
52
- "@swc/cli" : " ^0.3.9 " ,
53
- "@swc/core" : " ^1.4.0 " ,
52
+ "@swc/cli" : " ^0.3.12 " ,
53
+ "@swc/core" : " ^1.4.13 " ,
54
54
"@types/js-yaml" : " ^4.0.9" ,
55
- "@types/node" : " ^20.11.16 " ,
55
+ "@types/node" : " ^20.12.7 " ,
56
56
"@types/swagger-ui-dist" : " ^3.30.4" ,
57
57
"c8" : " ^9.1.0" ,
58
58
"chokidar" : " ^3.6.0" ,
59
59
"concurrently" : " ^8.2.2" ,
60
60
"eslint" : " ^8.57.0" ,
61
- "fastify" : " ^4.26.0 " ,
61
+ "fastify" : " ^4.26.2 " ,
62
62
"prettier" : " ^3.2.5" ,
63
- "tsx" : " ^4.7.0 " ,
64
- "typescript" : " ^5.3.3 "
63
+ "tsx" : " ^4.7.2 " ,
64
+ "typescript" : " ^5.4.5 "
65
65
},
66
66
"engines" : {
67
67
"node" : " >= 18.18.0"
Original file line number Diff line number Diff line change 1
- module . exports = {
1
+ export default {
2
2
printWidth : 120 ,
3
3
semi : false ,
4
4
singleQuote : true ,
You can’t perform that action at this time.
0 commit comments