chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-10-23 18:01:40 +02:00
parent 9e96eca032
commit 6338f711ad
No known key found for this signature in database
4 changed files with 14 additions and 13 deletions

View file

@ -21,6 +21,7 @@ import chalk from "chalk";
import { config } from "~/packages/config-manager";
// HACK: This is a workaround for the lack of type exports in the Logtape package.
// biome-ignore format: Biome formatter bug
type RotatingFileSinkDriver<T> =
import("../node_modules/@logtape/logtape/logtape/sink").RotatingFileSinkDriver<T>;