Skip to content

Commit 7c21f67

Browse files
Bump @radix-ui/react-label from 2.0.2 to 2.1.0 (#424)
Bumps [@radix-ui/react-label](https://github.com/radix-ui/primitives) from 2.0.2 to 2.1.0. - [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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 204b450 commit 7c21f67

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@hookform/resolvers": "^3.9.0",
2828
"@radix-ui/react-checkbox": "^1.0.4",
29-
"@radix-ui/react-label": "^2.0.2",
29+
"@radix-ui/react-label": "^2.1.0",
3030
"@radix-ui/react-select": "^2.1.2",
3131
"@radix-ui/react-separator": "^1.1.0",
3232
"@radix-ui/react-slot": "^1.0.2",

yarn.lock

+5-6
Original file line numberDiff line numberDiff line change
@@ -1653,13 +1653,12 @@
16531653
dependencies:
16541654
"@radix-ui/react-use-layout-effect" "1.1.0"
16551655

1656-
"@radix-ui/react-label@^2.0.2":
1657-
version "2.0.2"
1658-
resolved "https://registry.yarnpkg.com/@radix-ui/react-label/-/react-label-2.0.2.tgz#9c72f1d334aac996fdc27b48a8bdddd82108fb6d"
1659-
integrity sha512-N5ehvlM7qoTLx7nWPodsPYPgMzA5WM8zZChQg8nyFJKnDO5WHdba1vv5/H6IO5LtJMfD2Q3wh1qHFGNtK0w3bQ==
1656+
"@radix-ui/react-label@^2.1.0":
1657+
version "2.1.0"
1658+
resolved "https://registry.yarnpkg.com/@radix-ui/react-label/-/react-label-2.1.0.tgz#3aa2418d70bb242be37c51ff5e51a2adcbc372e3"
1659+
integrity sha512-peLblDlFw/ngk3UWq0VnYaOLy6agTZZ+MUO/WhVfm14vJGML+xH4FAl2XQGLqdefjNb7ApRg6Yn7U42ZhmYXdw==
16601660
dependencies:
1661-
"@babel/runtime" "^7.13.10"
1662-
"@radix-ui/react-primitive" "1.0.3"
1661+
"@radix-ui/react-primitive" "2.0.0"
16631662

16641663
"@radix-ui/[email protected]":
16651664
version "1.1.1"

0 commit comments

Comments
 (0)