From 11c1e30510460ad5bc065a9f01db5fd84b06aa41 Mon Sep 17 00:00:00 2001 From: Jon Zeolla Date: Tue, 24 Dec 2024 07:33:21 -0500 Subject: [PATCH] chore: update sonner (toast) --- reflex/components/sonner/toast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/components/sonner/toast.py b/reflex/components/sonner/toast.py index 836c19bf9d..b978409ab6 100644 --- a/reflex/components/sonner/toast.py +++ b/reflex/components/sonner/toast.py @@ -167,7 +167,7 @@ def dict(self, *args, **kwargs) -> dict[str, Any]: class Toaster(Component): """A Toaster Component for displaying toast notifications.""" - library: str = "sonner@1.5.0" + library: str = "sonner@1.7.1" tag = "Toaster"