From 7c8c2588d6188c5a115f57e7713ff454fed2fc89 Mon Sep 17 00:00:00 2001 From: Charles Kornoelje <33156025+charkour@users.noreply.github.com> Date: Fri, 23 Sep 2022 08:21:02 -0400 Subject: [PATCH] bump peer --- packages/zundo/README.md | 4 +++- packages/zundo/package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/zundo/README.md b/packages/zundo/README.md index 4da44ee..4b4e06d 100644 --- a/packages/zundo/README.md +++ b/packages/zundo/README.md @@ -1,6 +1,6 @@ # 🍜 Zundo -enable time-travel in your apps. undo/redo middleware for [zustand](https://github.com/pmndrs/zustand). built with zustand. +enable time-travel in your apps. undo/redo middleware for [zustand](https://github.com/pmndrs/zustand). built with zustand. <1kB [![Build Size](https://img.shields.io/bundlephobia/minzip/zundo/beta?label=bundle%20size&style=flat&colorA=000000&colorB=000000)](https://bundlephobia.com/result?p=zundo) [![Version](https://img.shields.io/npm/v/zundo?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/zundo) @@ -18,6 +18,8 @@ See a [demo](https://codesandbox.io/s/currying-flower-2dom9?file=/src/App.tsx) npm i zustand zundo@beta ``` +> zustand v4.1.0 or higher is required for TS usage. v4.0.0 or higher is required for JS usage. + ## Background - Solves the issue of managing state in complex user applications diff --git a/packages/zundo/package.json b/packages/zundo/package.json index d55842b..38a9028 100644 --- a/packages/zundo/package.json +++ b/packages/zundo/package.json @@ -48,7 +48,7 @@ "zustand": "4.1.1" }, "peerDependencies": { - "zustand": "^3.0.0" + "zustand": "^4.1.0" }, "engines": { "node": ">=12"