chore: update sonner (toast)

This commit is contained in:
Jon Zeolla 2024-12-24 07:33:21 -05:00
parent 848b87070c
commit 11c1e30510

View File

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