From 1ccd1a608e20e78b9077f90f76c6d859727bf05a Mon Sep 17 00:00:00 2001 From: Yoeri Otten Date: Fri, 19 Apr 2024 17:31:53 +0200 Subject: [PATCH] chore(deps): increase rc-util minimum to 5.36 due to usage of useEvent (#983) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b13bd781..71e7d2935 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dependencies": { "@babel/runtime": "^7.10.1", "classnames": "^2.2.5", - "rc-util": "^5.27.0" + "rc-util": "^5.36.0" }, "devDependencies": { "@rc-component/father-plugin": "^1.0.2",