From c182d928c81341ff9d45a9b72fe44901c48ccc12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 15:01:58 +0000 Subject: [PATCH] Update dependency @testing-library/react-hooks to v8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acf7d3c..d6292e7 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@babel/preset-react": "7.14.5", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^12.0.0", - "@testing-library/react-hooks": "7.0.2", + "@testing-library/react-hooks": "8.0.1", "@testing-library/user-event": "^13.1.9", "react": "^17.0.2" },