feat: bump more deps (#14079)

This commit is contained in:
DarkSky
2025-12-10 16:02:28 +08:00
committed by GitHub
parent 40f3337d45
commit cb0ff04efa
194 changed files with 2155 additions and 2297 deletions
@@ -21,9 +21,9 @@ export interface Connection<T = any> {
): () => void;
}
export abstract class AutoReconnectConnection<T = any>
implements Connection<T>
{
export abstract class AutoReconnectConnection<
T = any,
> implements Connection<T> {
private readonly event = new EventEmitter2({
maxListeners: 100,
});