refactor(config): 🔥 Remove dependency on c12, use confbox instead

This commit is contained in:
Jesse Wierzbinski 2025-04-15 21:37:36 +02:00
parent da1e209f9e
commit fb5c3fcd12
No known key found for this signature in database
7 changed files with 9 additions and 209 deletions

View file

@ -104,7 +104,6 @@
"altcha-lib": "^1.2.0",
"blurhash": "^2.0.5",
"bullmq": "^5.48.1",
"c12": "^3.0.3",
"chalk": "^5.4.1",
"clerc": "^0.44.0",
"confbox": "^0.2.2",
@ -142,8 +141,5 @@
"zod": "^3.24.2",
"zod-openapi": "^4.2.4",
"zod-validation-error": "^3.4.0"
},
"patchedDependencies": {
"giget@2.0.0": "patches/giget@2.0.0.patch"
}
}