From 29ad253a619b577f8de3695b97e1372c0b63b99f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:15:55 +0000 Subject: [PATCH] chore(deps): update shadcn requirement from ^4.16.2 to ^4.18.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.18.0/packages/shadcn) --- updated-dependencies: - dependency-name: shadcn dependency-version: 4.18.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 d584d76..91c2df7 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.2", + "shadcn": "^4.18.0", "sonner": "^2.0.8", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0"