From 05bbe7cd1856b03e1391ce5197a5dd4a88b1eb22 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:29:45 +0000 Subject: [PATCH 1/2] feat: add support for Sanity v5 - Update peerDependencies to support Sanity ^3 || ^4 || ^5 - Plugin already supports React 19 which is required by Sanity v5 - Verified compatibility with build and lint checks Fixes #23 Co-authored-by: Eugene Boruhov --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ffbcf4..a6d0d0a 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "peerDependencies": { "@sanity/ui": "^1 || ^2", "react": "^18 || ^19", - "sanity": "^3 || ^4", + "sanity": "^3 || ^4 || ^5", "styled-components": "^5 || ^6" }, "engines": { From 5ed3a8b3a587aa49af9dc67c052ec9c6ac47184e Mon Sep 17 00:00:00 2001 From: Eugene Boruhov Date: Mon, 16 Feb 2026 11:16:32 +0100 Subject: [PATCH 2/2] chore: trigger CI