From 15a2951d9e674edd6a816a4618aedef63e646a82 Mon Sep 17 00:00:00 2001 From: Albert Gao Date: Fri, 24 May 2024 02:04:45 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8C=B1=20updated=20the=20version?= =?UTF-8?q?=20support=20as=20*=20so=20it=20can=20be=20installed=20with=20a?= =?UTF-8?q?rbitrary=20zustand=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a94985..b025fb0 100755 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "node": ">=18.0.0" }, "peerDependencies": { - "zustand": ">=4" + "zustand": "*" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7",