From 63d51a8cc54f5cae5844a90fcecea0f7e45228b3 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 12 Jun 2024 16:34:36 +0000
Subject: [PATCH] chore(deps): bump preact-render-to-string from 6.4.2 to 6.5.4 (#1198)
---
globals.d.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/globals.d.ts b/globals.d.ts
index 4473d59..ee13005 100644
--- a/globals.d.ts
+++ b/globals.d.ts
@@ -4,9 +4,10 @@
type: K,
listener: (this: Document, ev: CustomEventMap[K]) => void,
): void
- dispatchEvent<K extends keyof CustomEventMap>(ev: CustomEventMap[K]): void
+ dispatchEvent<K extends keyof CustomEventMap>(ev: CustomEventMap[K] | UIEvent): void
}
interface Window {
spaNavigate(url: URL, isBack: boolean = false)
+ addCleanup(fn: (...args: any[]) => void)
}
}
--
Gitblit v1.10.0