From b31507c92ce6452bc8b80f32e7af74d3df77498a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 20:17:43 +0000 Subject: [PATCH] Build(deps): Bump zustand from 2.2.3 to 3.0.2 Bumps [zustand](https://github.com/react-spring/zustand) from 2.2.3 to 3.0.2. - [Release notes](https://github.com/react-spring/zustand/releases) - [Commits](https://github.com/react-spring/zustand/commits/v3.0.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e1073ef..875549b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21108,9 +21108,9 @@ "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==" }, "zustand": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-2.2.3.tgz", - "integrity": "sha512-SSd5DzbwUN0b8ePW4I+8mSdXQc6UOqTgYzlMtoNvf7pogmFoXjeE0wZwCVopoZBnzz/uRBD2dsozzM2FXDQcXw==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-3.0.2.tgz", + "integrity": "sha512-Vrj1qomDlkcQOrTCda7b1GPJcYuLU+EOgKHQwllgeGABrwm8FmauNFETrhqDjcB2esnusHPEKvDCqpJffl1igA==" } } } diff --git a/package.json b/package.json index 1b6b155a..6eda58d9 100644 --- a/package.json +++ b/package.json @@ -98,6 +98,6 @@ "tailwindcss": "1.4.6", "three": "0.116.1", "typescript": "3.8.3", - "zustand": "2.2.3" + "zustand": "3.0.2" } }