From 2a93dbaca03b6edde0f092e3e6855bd22e20a558 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 23:18:49 +0000 Subject: [PATCH] chore: update react monorepo to ^18.3.1 --- sandbox/next/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox/next/package.json b/sandbox/next/package.json index 96706b550a..cce8c3c451 100644 --- a/sandbox/next/package.json +++ b/sandbox/next/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "next": "14.2.3", - "react": "^18", - "react-dom": "^18", + "react": "^18.3.1", + "react-dom": "^18.3.1", "smarthr-ui": "workspace:*" }, "devDependencies": {