From 95acf71dbfeed199bfeb5c35328090ded1a51822 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 7 Mar 2024 17:43:02 -0500 Subject: [PATCH] chore: bumps next peer deps --- packages/next/package.json | 2 +- packages/ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/next/package.json b/packages/next/package.json index ab21f5a213..02962bbe85 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -72,7 +72,7 @@ }, "peerDependencies": { "http-status": "1.6.2", - "next": "14.1.1-canary.26", + "next": "14.2.0-canary.7", "payload": "workspace:*" }, "publishConfig": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 0726b9f883..2c0e2d71ea 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -80,7 +80,7 @@ "uuid": "9.0.1" }, "peerDependencies": { - "next": "14.1.1-canary.26", + "next": "14.2.0-canary.7", "payload": "workspace:*", "react": "^18.0.0" },