From 9a6f5b313b097cc933dc61b2d80794ba38d91349 Mon Sep 17 00:00:00 2001 From: Marcel van Remmerden Date: Thu, 24 Oct 2024 01:33:37 +0200 Subject: [PATCH] Add support for Next 15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b9b03fa..5083b407 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "peerDependencies": { "firebase": ">=9.0.0 <11", "firebase-admin": ">=10.0.0 <12", - "next": ">=9.5.0 <15", + "next": ">=9.5.0 <16", "react": ">=16.8.0 <19", "react-dom": ">=16.8.0 <19" },