From e39cb42c862b51f524cffa6e3cbc54bc9ac1fa9d Mon Sep 17 00:00:00 2001 From: Youssef Gaber Date: Fri, 28 Oct 2022 17:23:16 +0200 Subject: [PATCH] fix(nextjs): update peer dependency for Next.js 13 (#12866) Co-authored-by: Youssef Gaber --- packages/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/package.json b/packages/next/package.json index 8dfc6f7e31..b7b9d2c00d 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -31,7 +31,7 @@ "migrations": "./migrations.json" }, "peerDependencies": { - "next": "^12.1.0" + "next": "^13.0.0" }, "dependencies": { "@babel/plugin-proposal-decorators": "^7.14.5",