From 239b90d7a06e597f77ea1ae282fd2cfb07be0f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:23:42 +0000 Subject: [PATCH] chore(deps): bump shadcn from 3.8.5 to 4.6.0 Bumps [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) from 3.8.5 to 4.6.0. - [Release notes](https://github.com/shadcn-ui/ui/releases) - [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md) - [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.6.0/packages/shadcn) --- updated-dependencies: - dependency-name: shadcn dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 2b968e6c..31d3945a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -46,7 +46,7 @@ "react-jsx-parser": "^2.4.1", "react-resizable-panels": "^4.6.2", "recharts": "2.15.4", - "shadcn": "^3.8.4", + "shadcn": "^4.6.0", "shiki": "^3.22.0", "sonner": "^2.0.7", "streamdown": "^2.2.0",