From 956b1bdd449508c25c5cd4cbe4d896fcf84a5bfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:34:22 +0000 Subject: [PATCH] fix(deps): update nextjs monorepo to v15 --- dashboard/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index 6223c87bc..f4d327a8c 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -15,7 +15,7 @@ "@mui/icons-material": "^5.8.4", "@mui/material": "^5.8.4", "@nextui-org/react": "1.0.0-beta.9", - "next": "12.2.4", + "next": "15.1.4", "react": "18.2.0", "react-dom": "18.2.0" }, @@ -23,7 +23,7 @@ "@types/node": "17.0.41", "@types/react": "18.0.16", "eslint": "8.19.0", - "eslint-config-next": "12.2.4", + "eslint-config-next": "15.1.4", "typescript": "4.7.4" } }