From 21056c72f3c8aea10f827db337a80d95721d317f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:19:09 +0000 Subject: [PATCH] chore(deps): update shadcn requirement from ^4.14.1 to ^4.15.0 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.15.0/packages/shadcn) --- updated-dependencies: - dependency-name: shadcn dependency-version: 4.15.0 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 96970b3..70fcdef 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.14.1", + "shadcn": "^4.15.0", "sonner": "^2.0.7", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0"