From f8b98d9b302bfe7235f8b8fb665221a3dfc66455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:16:27 +0000 Subject: [PATCH] chore(deps): update shadcn requirement from ^4.16.1 to ^4.16.2 Updates the requirements on [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) to permit the latest version. - [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.16.2/packages/shadcn) --- updated-dependencies: - dependency-name: shadcn dependency-version: 4.16.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12bef19..814a3c6 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-dom": "19.2.8", "react-resizable-panels": "^4.12.2", "recharts": "3.10.1", - "shadcn": "^4.16.1", + "shadcn": "^4.16.2", "sonner": "^2.0.7", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0"