From 4a937729348ab35717c448ff40f3a445a64ecca9 Mon Sep 17 00:00:00 2001 From: Harshit Budhraja Date: Mon, 23 Feb 2026 17:23:28 +0530 Subject: [PATCH] fix: support for studio v5 in peer deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 06061a3..f5e0a15 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sanity-plugin-imagekit", - "version": "1.0.0", - "description": "ImageKit integration for Sanity Studio V3.", + "version": "1.0.1", + "description": "ImageKit integration for Sanity Studio. Supports Studio V3, V4, and V5.", "keywords": [ "sanity", "sanity-plugin", @@ -92,7 +92,7 @@ "peerDependencies": { "react": "^18.3 || ^19", "react-dom": "^18.3 || ^19", - "sanity": "^3 || ^4.0.0-0", + "sanity": "^3 || ^4 || ^5", "styled-components": "^6.0" }, "engines": {