From 442aad8a7d77774f0a6fdbb9ac438ea673ecc424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 05:21:21 +0000 Subject: [PATCH] chore(web)(deps): bump @shadcn/react from 0.2.0 to 0.2.1 in /apps/web Bumps [@shadcn/react](https://github.com/shadcn-ui/ui/tree/HEAD/packages/react) from 0.2.0 to 0.2.1. - [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.2.1/packages/react) --- updated-dependencies: - dependency-name: "@shadcn/react" dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index 158b634..d458435 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -17,7 +17,7 @@ "@convex-dev/agent": "0.1.16", "@hookform/resolvers": "^5.4.0", "@sentry/nextjs": "^10.62.0", - "@shadcn/react": "^0.2.0", + "@shadcn/react": "^0.2.1", "@workspace/backend": "workspace:*", "@workspace/math": "workspace:*", "@workspace/ui": "workspace:*",