From 4157b76df3bc45d8e295831d601fe67a5f46e06c Mon Sep 17 00:00:00 2001 From: Steven Thompson <44806974+thompsonsj@users.noreply.github.com> Date: Tue, 14 Jan 2025 13:02:50 +0000 Subject: [PATCH] fix(package.json): add lexical as peerDependency --- plugin/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/package.json b/plugin/package.json index 2e43f09..a9b0ded 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -24,7 +24,8 @@ "@payloadcms/richtext-lexical": "^3", "@payloadcms/richtext-slate": "^3", "@payloadcms/ui": "^3", - "react": "^19.0.0" + "react": "^19.0.0", + "lexical": "0.x" }, "type": "module" }