From 78d730fad9c7830d6a71b3be7815fad219f32d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:15:43 +0000 Subject: [PATCH] chore(deps): bump @shadcn/react from 0.2.1 to 0.3.0 in the shadcn group Bumps the shadcn group with 1 update: [@shadcn/react](https://github.com/shadcn-ui/ui/tree/HEAD/packages/react). Updates `@shadcn/react` from 0.2.1 to 0.3.0 - [Release notes](https://github.com/shadcn-ui/ui/releases) - [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/shadcn-ui/ui/commits/@shadcn/react@0.3.0/packages/react) --- updated-dependencies: - dependency-name: "@shadcn/react" dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: shadcn ... 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..be4eca8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@base-ui/react": "^1.6.0", - "@shadcn/react": "^0.2.1", + "@shadcn/react": "^0.3.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1",