From 01861123a20b480aac1fd849549e566a410b4e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:56:12 +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.3. - [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.3 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..f730039 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.3", "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-select": "^2.1.1", "@radix-ui/react-slot": "^1.1.0",