From 6dc5070df4e98589ffc944cd8222b74ec4a977c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:47:28 +0000 Subject: [PATCH] chore(deps): bump @radix-ui/react-toast from 1.2.14 to 1.2.15 Bumps [@radix-ui/react-toast](https://github.com/radix-ui/primitives) from 1.2.14 to 1.2.15. - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) --- updated-dependencies: - dependency-name: "@radix-ui/react-toast" dependency-version: 1.2.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index 7d9c837da..bc8efd200 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -30,7 +30,7 @@ "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-switch": "1.2.5", "@radix-ui/react-tabs": "1.1.12", - "@radix-ui/react-toast": "1.2.14", + "@radix-ui/react-toast": "1.2.15", "@radix-ui/react-toggle": "1.1.9", "@radix-ui/react-toggle-group": "1.1.10", "@radix-ui/react-tooltip": "1.2.7",