From 8b5cc3b370f5f3710d3a1e13207106b3df2a3e94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:16:39 +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 0539837d..dd9e0e41 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,7 +15,7 @@ "@mui/styles": "5.14.16", "@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.0.0", "@testing-library/user-event": "14.5.1", "fs": "0.0.1-security", "msw": "1.3.2",