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" },