From 1cdd779724728182aba9a4cf8aa583e3a6da3798 Mon Sep 17 00:00:00 2001 From: Mykolas Krupauskas Date: Sat, 30 Oct 2021 20:03:42 +0300 Subject: [PATCH] fix(nextjs): add next 12 to the list of peer deps --- packages/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index bb431d41728a..e7cde8a695d6 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -35,7 +35,7 @@ "rimraf": "3.0.2" }, "peerDependencies": { - "next": "^10.0.8 || ^11.0", + "next": "^10.0.8 || ^11.0 || ^12.0", "react": "15.x || 16.x || 17.x", "webpack": ">= 4.0.0" },