From 5da5d92aba5f4f42f2e32643d9ccedcb4015d54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:09:01 -0400 Subject: [PATCH] Chore(deps): Bump react-dom from 18.2.0 to 18.3.1 in /frontend/mobile (#695) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Oduneye <44040421+DOOduneye@users.noreply.github.com> --- frontend/mobile/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/mobile/package.json b/frontend/mobile/package.json index 0025ba2f4..0306e6880 100644 --- a/frontend/mobile/package.json +++ b/frontend/mobile/package.json @@ -49,7 +49,7 @@ "install": "^0.13.0", "nativewind": "^2.0.11", "react": "18.2.0", - "react-dom": "18.2.0", + "react-dom": "18.3.1", "react-hook-form": "^7.51.2", "react-native": "0.74.0", "react-native-calendars": "^1.1304.1",