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" } }