From 28b98fcf2bb32591fd27814544d19a3aa3ae45fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:47:23 +0000 Subject: [PATCH] fix(deps): update nextjs monorepo to v16 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e92dab6..ec2a28d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@tailwindcss/typography": "^0.5.12", "classnames": "^2.3.1", "gray-matter": "^4.0.3", - "next": "^15.1.4", + "next": "^16.0.0", "next-mdx-remote": "^5.0.0", "next-remote-watch": "2.0.0", "prismjs": "^1.29.0", @@ -40,7 +40,7 @@ "@stackbit/types": "^2.0.1", "@tailwindcss/postcss": "^4.0.16", "eslint": "^8.57.0", - "eslint-config-next": "^15.1.4", + "eslint-config-next": "^16.0.0", "eslint-config-prettier": "^9.1.0", "postcss": "^8.4.38", "tailwindcss": "^4.0.16",