From a57874dd638c3b9a73df5ca505095bfb93b10f22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:49:58 +0000 Subject: [PATCH] chore(examples): update dependency @types/react-dom to v18.2.19 (#1177) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 5b318537..b63b6f93 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -26,7 +26,7 @@ "@types/jest": "29.5.12", "@types/node": "16.18.80", "@types/react": "18.2.55", - "@types/react-dom": "18.2.18", + "@types/react-dom": "18.2.19", "cross-env": "7.0.3", "cypress": "13.6.4", "cypress-firebase": "3.0.2",