From be94d83c51254abd07dfc58df2f7ec143376c521 Mon Sep 17 00:00:00 2001 From: l-nmch Date: Mon, 17 Nov 2025 11:24:31 +0100 Subject: [PATCH] fix(next): Rollback to old version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c366981..779f020 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@headlessui/react": "^2.0.3", "@heroicons/react": "^2.1.3", - "next": ">=15.4.7", + "next": "15.2.4", "next-themes": "^0.3.0", "react": "^18.3.1", "react-dom": "^18.3.1",