File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed
Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 4444 "dependencies" : {
4545 "ajv" : " ^8.12.0" ,
4646 "fastify-plugin" : " ^4.5.1" ,
47- "http-errors-enhanced" : " ^2.0.7 "
47+ "http-errors-enhanced" : " ^2.0.8 "
4848 },
4949 "devDependencies" : {
5050 "@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" ,
5555 "c8" : " ^9.1.0" ,
5656 "chokidar" : " ^3.6.0" ,
5757 "concurrently" : " ^8.2.2" ,
5858 "eslint" : " ^8.57.0" ,
59- "fastify" : " ^4.26.0 " ,
59+ "fastify" : " ^4.26.2 " ,
6060 "prettier" : " ^3.2.5" ,
61- "tsx" : " ^4.7.0 " ,
62- "typescript" : " ^5.3.3 "
61+ "tsx" : " ^4.7.2 " ,
62+ "typescript" : " ^5.4.5 "
6363 },
6464 "engines" : {
6565 "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