From c0ca9a66892473766f580fb24e7e79c7c68ddc3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:59:07 +0100 Subject: [PATCH] chore: bump esm.sh/signal-polyfill to 0.2.1 (#41) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- core/state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state.ts b/core/state.ts index 712c231..cde0bf7 100644 --- a/core/state.ts +++ b/core/state.ts @@ -1,4 +1,4 @@ -import { Signal } from "https://esm.sh/signal-polyfill@0.1.2"; +import { Signal } from "https://esm.sh/signal-polyfill@0.2.1"; export function isRef(obj: unknown): obj is Reference { return (