From 947ad578f36266d97b6175d1fa86de2233126a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:47:05 +0000 Subject: [PATCH] chore(deps): bump @rc-component/select from 1.0.7 to 1.1.0 Bumps [@rc-component/select](https://github.com/react-component/select) from 1.0.7 to 1.1.0. - [Release notes](https://github.com/react-component/select/releases) - [Commits](https://github.com/react-component/select/compare/@rc-component/select@1.0.7...@rc-component/select@1.1.0) --- updated-dependencies: - dependency-name: "@rc-component/select" dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3fc8450..391c5a9b 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "test": "rc-test" }, "dependencies": { - "@rc-component/select": "~1.0.7", + "@rc-component/select": "~1.1.0", "@rc-component/tree": "~1.0.0", "@rc-component/util": "^1.2.1", "classnames": "^2.3.1"