From df72258e33a03dac75dce5c247082db2a90027f2 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Mon, 9 Feb 2026 23:08:47 +0100 Subject: [PATCH] fix: use fix next build error with new config --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index dce2749..413f3d3 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -74,7 +74,7 @@ "@mintel/cli": "^1.1.13", "@mintel/eslint-config": "^1.1.13", "@mintel/husky-config": "1.1.13", - "@mintel/next-config": "1.1.13", + "@mintel/next-config": "^1.6.1", "@mintel/next-utils": "^1.1.13", "@mintel/tsconfig": "^1.1.13", "@next/eslint-plugin-next": "^16.1.6",