From 855813378738484e4b9bc893da3fe8d595b16ead Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Fri, 29 Dec 2023 05:43:54 +0800 Subject: [PATCH 1/2] chore(deps-dev): bump react from 16 to 18 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 16b4c8af..ab326d84 100644 --- a/package.json +++ b/package.json @@ -73,8 +73,8 @@ "rc-field-form": "^1.0.0", "rc-test": "^7.0.4", "rc-virtual-list": "^1.1.0", - "react": "^16.8.0", - "react-dom": "^16.8.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", "typescript": "^5.0.0" }, "peerDependencies": { From 0fe4fae3bca29177a596cd48f7549b45cea52f69 Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Fri, 29 Dec 2023 05:45:12 +0800 Subject: [PATCH 2/2] fix: fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab326d84..7afefe23 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "devDependencies": { "@rc-component/father-plugin": "^1.0.0", "@rc-component/trigger": "^1.5.0", - "@testing-library/react": "^12.0.0", + "@testing-library/react": "^14.1.0", "@types/jest": "^26.0.5", "@types/node": "^20.9.0", "@types/react": "^16.8.19",