From 8eb05830315f4a1683208f71b1fb92c7cfbaacef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:27:04 +0000 Subject: [PATCH] Bump zustand from 3.7.2 to 5.0.2 Bumps [zustand](https://github.com/pmndrs/zustand) from 3.7.2 to 5.0.2. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v3.7.2...v5.0.2) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++++++++------ package.json | 2 +- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 321ffe6..2d5fc68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "react-icons": "^5.3.0", "react-responsive": "^10.0.0", "tslib": "^2.6.2", - "zustand": "^3.6.9" + "zustand": "^5.0.2" }, "devDependencies": { "@types/node": "^22.9.0", @@ -19213,19 +19213,31 @@ } }, "node_modules/zustand": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-3.7.2.tgz", - "integrity": "sha512-PIJDIZKtokhof+9+60cpockVOq05sJzHCriyvaLBmEJixseQ1a5Kdov6fWZfWOu5SK9c+FhH1jU0tntLxRJYMA==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.2.tgz", + "integrity": "sha512-8qNdnJVJlHlrKXi50LDqqUNmUbuBjoKLrYQBnoChIbVph7vni+sY+YpvdjXG9YLd/Bxr6scMcR+rm5H3aSqPaw==", "license": "MIT", "engines": { - "node": ">=12.7.0" + "node": ">=12.20.0" }, "peerDependencies": { - "react": ">=16.8" + "@types/react": ">=18.0.0", + "immer": ">=9.0.6", + "react": ">=18.0.0", + "use-sync-external-store": ">=1.2.0" }, "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "immer": { + "optional": true + }, "react": { "optional": true + }, + "use-sync-external-store": { + "optional": true } } } diff --git a/package.json b/package.json index 05ffed3..c7648b9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-icons": "^5.3.0", "react-responsive": "^10.0.0", "tslib": "^2.6.2", - "zustand": "^3.6.9" + "zustand": "^5.0.2" }, "devDependencies": { "@types/node": "^22.9.0",