From 2549b510f1e98e1ce2ced6bd1e98f69c10c01c18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 16:38:59 +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 3a95d9e..31fffe5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "markdown-to-jsx": "^7.4.7", - "next": "15.5.6", + "next": "16.0.6", "react": "^18.3.1", "react-dom": "^18.3.1" }, @@ -21,7 +21,7 @@ "contentful-import": "^9.4.39", "dotenv": "^17.0.0", "eslint": "^8.57.1", - "eslint-config-next": "^15.0.0", + "eslint-config-next": "^16.0.0", "postcss": "^8.5.1", "tailwindcss": "^4.0.0" }