From 6ace1c6af96e989889e40cc5b0036c499670210e Mon Sep 17 00:00:00 2001 From: pedrobonamin Date: Thu, 18 Dec 2025 12:04:43 -0300 Subject: [PATCH] fix(deps): make peer dependencies include sanity 5.x --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42e5e2c..5c3b9b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "react": "^18.3 || ^19", "react-dom": "^18.3 || ^19", "react-is": "^18.3 || ^19", - "sanity": "^3 || ^4.0.0-0", + "sanity": "^3 || ^4.0.0-0 || ^5.0.0", "styled-components": "^6.1" } }, diff --git a/package.json b/package.json index 1281080..7e3af65 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "react": "^18.3 || ^19", "react-dom": "^18.3 || ^19", "react-is": "^18.3 || ^19", - "sanity": "^3 || ^4.0.0-0", + "sanity": "^3 || ^4.0.0-0 || ^5.0.0", "styled-components": "^6.1" }, "overrides": {