From 3030020edf98864bd5dbf42e4e4f4124a0261b41 Mon Sep 17 00:00:00 2001 From: Darryl Hebbes Date: Sun, 20 Oct 2024 15:47:54 +0200 Subject: [PATCH] Change peer dependency for Zustand v5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cc4b6c..de96935 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "peerDependencies": { "react": "^18.2.0", - "zustand": "^4.3.8" + "zustand": "^5.0.0" }, "exports": { ".": {