From d96c4a77df7e4c8c4c2711523ae8a82fcdb6f0d6 Mon Sep 17 00:00:00 2001 From: Patrick Heneise Date: Tue, 16 Nov 2021 14:25:26 +0200 Subject: [PATCH] fix: again peer dependency with next --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2f9f433..e6526bb 100644 --- a/package.json +++ b/package.json @@ -106,9 +106,9 @@ "watch": "^1.0.2" }, "peerDependencies": { - "next": "^11|^12", - "react": "17.x", - "react-dom": "17.x" + "next": ">=11.x", + "react": "~17.x", + "react-dom": "~17.x" }, "release": { "branches": [