From d34f37a83a0e6476affac703ea02590054c19321 Mon Sep 17 00:00:00 2001 From: Antoine Kingue Date: Wed, 17 Aug 2022 00:00:07 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update=20next=20peer=20dep?= =?UTF-8?q?endencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ae9a67..6b30277 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "analyze": "size-limit --why" }, "peerDependencies": { - "next": ">=9", + "next": ">=10", "react": ">=16" }, "husky": {