diff --git a/dashboard/package.json b/dashboard/package.json index 6223c87bc..6a86654c1 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.9", "eslint": "8.19.0", "eslint-config-next": "12.2.4", "typescript": "4.7.4"