From f14ac3068ae126d3eec4207e1123162e16884e53 Mon Sep 17 00:00:00 2001 From: Sam Maxwell <7489098+sammaxwellxyz@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:45:10 +0000 Subject: [PATCH] feat: Release Next.js 15 compatible version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b20924a..1dc776a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test": "jest" }, "peerDependencies": { - "next": "^9.5.0 || ^10.2.1 || ^11.1.0 || ^12.1.0 || ^13.0.0 || ^14.0.0" + "next": "^9.5.0 || ^10.2.1 || ^11.1.0 || ^12.1.0 || ^13.0.0 || ^14.0.0 || ^15.0.0" }, "devDependencies": { "jest": "^26.6.3",