From f369af1016b4c61edc06b16ee7d9a03a8dead6d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:49:33 +0800 Subject: [PATCH] chore(deps): update rc-util requirement from ^5.38.1 to ^5.38.2 (#47505) Updates the requirements on [rc-util](https://github.com/react-component/util) to permit the latest version. - [Release notes](https://github.com/react-component/util/releases) - [Changelog](https://github.com/react-component/util/blob/master/HISTORY.md) - [Commits](https://github.com/react-component/util/compare/v5.38.1...v5.38.2) --- updated-dependencies: - dependency-name: rc-util dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00489067ac..ae00fd5746 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "rc-tree": "~5.8.5", "rc-tree-select": "~5.17.0", "rc-upload": "~4.5.2", - "rc-util": "^5.38.1", + "rc-util": "^5.38.2", "scroll-into-view-if-needed": "^3.1.0", "throttle-debounce": "^5.0.0" },