From 0693d05d79269e72216c4ba1e682521c8174aa1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 01:45:24 +0000 Subject: [PATCH] Update nextjs monorepo to v16 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d73e20c..512fe8b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "classnames": "2.3.1", - "next": "12.1.0", + "next": "16.1.4", "react": "17.0.2", "react-dom": "17.0.2", "waait": "1.0.5" @@ -20,7 +20,7 @@ "@types/node": "17.0.10", "@types/react": "17.0.39", "eslint": "8.9.0", - "eslint-config-next": "12.1.0", + "eslint-config-next": "16.1.4", "typescript": "4.5.5" } }