Explorar o código

chore: update sonner (toast) (#4572)

JonZeolla hai 4 meses
pai
achega
72a60f074b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      reflex/components/sonner/toast.py

+ 1 - 1
reflex/components/sonner/toast.py

@@ -167,7 +167,7 @@ class ToastProps(PropsBase, NoExtrasAllowedProps):
 class Toaster(Component):
     """A Toaster Component for displaying toast notifications."""
 
-    library: str = "sonner@1.5.0"
+    library: str = "sonner@1.7.1"
 
     tag = "Toaster"