From 88db7148cc17246d16b8af3f07332f26dd81dd98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:04:57 +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..e3c2b97 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "classnames": "2.3.1", - "next": "12.1.0", + "next": "16.3.0", "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.3.0", "typescript": "4.5.5" } }