From e7494d0dd1e217fbc96e57db1d1f053ad2be1be8 Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Thu, 21 Dec 2023 02:45:09 +0800 Subject: [PATCH 1/2] Revert "chore(deps-dev): bump @testing-library/react from 13.4.0 to 14.0.0 (#172)" This reverts commit ff3c8989a5c727b57f266bc434e5ca73b793c1bf. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0a639a..057fdb5 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "devDependencies": { "@rc-component/father-plugin": "^1.0.1", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "^13.4.0", "@types/classnames": "^2.2.9", "@types/jest": "^29.2.4", "@types/react": "^17.0.13", From 2936952e9028fef599517d0eb564294c31986d72 Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Fri, 1 Mar 2024 22:29:16 +0800 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 057fdb5..bdacc98 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "devDependencies": { "@rc-component/father-plugin": "^1.0.1", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^13.4.0", + "@testing-library/react": "^14.2.1", "@types/classnames": "^2.2.9", "@types/jest": "^29.2.4", "@types/react": "^17.0.13",