From e19cd96865bf22a3cf3d263797a9a503e206d56c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 04:12:43 +0000 Subject: [PATCH] fix(deps): update dependency @testing-library/react to v14 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index e8ce9d42..09ccfa17 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,7 +15,7 @@ "@mui/styles": "5.15.0", "@open-policy-agent/opa-wasm": "1.8.0", "@testing-library/jest-dom": "5.17.0", - "@testing-library/react": "13.0.0-alpha.5", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.1", "fs": "0.0.1-security", "msw": "1.3.2",