From cf3fa9ffbc79b1d31c9912cd24e6c145d8d40031 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 13 Sep 2025 15:36:04 +0200 Subject: [PATCH] Fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9175b3..51bfb6d 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,6 @@ "react-dom": "18.2.0", "@types/react": "18.3.5", "@types/react-dom": "18.3.0", - "next": "15.5.3" + "next": "15.1.2" } }