From b169201979fc9b841267d7ac889b6b5c988b8dd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 05:19:15 +0000 Subject: [PATCH] fix(deps): update react monorepo --- dashboard/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index 6223c87bc..a9556a8e8 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -16,12 +16,12 @@ "@mui/material": "^5.8.4", "@nextui-org/react": "1.0.0-beta.9", "next": "12.2.4", - "react": "18.2.0", - "react-dom": "18.2.0" + "react": "18.3.1", + "react-dom": "18.3.1" }, "devDependencies": { "@types/node": "17.0.41", - "@types/react": "18.0.16", + "@types/react": "18.3.18", "eslint": "8.19.0", "eslint-config-next": "12.2.4", "typescript": "4.7.4"