From abe48de2f75708741b226828b4fcb8a9756ed91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:27:28 +0000 Subject: [PATCH] build(deps): bump @radix-ui/react-label in /apps/example Bumps [@radix-ui/react-label](https://github.com/radix-ui/primitives) from 2.1.0 to 2.1.4. - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) --- updated-dependencies: - dependency-name: "@radix-ui/react-label" dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/example/package.json b/apps/example/package.json index 92c29a3..a871952 100644 --- a/apps/example/package.json +++ b/apps/example/package.json @@ -15,7 +15,7 @@ "@across-protocol/app-sdk": "workspace:*", "@next/env": "^14.2.8", "@radix-ui/react-dropdown-menu": "^2.1.1", - "@radix-ui/react-label": "^2.1.0", + "@radix-ui/react-label": "^2.1.4", "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-select": "^2.1.1", "@radix-ui/react-slot": "^1.1.0",