From a4cac822ccf35ea6f4a36ba146eea2fe9c4906aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 14:17:09 +0000 Subject: [PATCH] chore(deps): bump zustand from 4.5.5 to 5.0.1 in /client Bumps [zustand](https://github.com/pmndrs/zustand) from 4.5.5 to 5.0.1. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.5.5...v5.0.1) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 24 +++++++++++++----------- client/package.json | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 69033c3..0c292fd 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -17,7 +17,7 @@ "react-router-dom": "^6.26.2", "react-tooltip": "^5.28.0", "sonner": "^1.5.0", - "zustand": "^4.5.5" + "zustand": "^5.0.1" }, "devDependencies": { "@eslint/js": "^9.9.0", @@ -4934,6 +4934,8 @@ "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz", "integrity": "sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==", "license": "MIT", + "optional": true, + "peer": true, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } @@ -5348,20 +5350,17 @@ } }, "node_modules/zustand": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.5.tgz", - "integrity": "sha512-+0PALYNJNgK6hldkgDq2vLrw5f6g/jCInz52n9RTpropGgeAf/ioFUCdtsjCqu4gNhW9D01rUQBROoRjdzyn2Q==", - "license": "MIT", - "dependencies": { - "use-sync-external-store": "1.2.2" - }, + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.1.tgz", + "integrity": "sha512-pRET7Lao2z+n5R/HduXMio35TncTlSW68WsYBq2Lg1ASspsNGjpwLAsij3RpouyV6+kHMwwwzP0bZPD70/Jx/w==", "engines": { - "node": ">=12.7.0" + "node": ">=12.20.0" }, "peerDependencies": { - "@types/react": ">=16.8", + "@types/react": ">=18.0.0", "immer": ">=9.0.6", - "react": ">=16.8" + "react": ">=18.0.0", + "use-sync-external-store": ">=1.2.0" }, "peerDependenciesMeta": { "@types/react": { @@ -5372,6 +5371,9 @@ }, "react": { "optional": true + }, + "use-sync-external-store": { + "optional": true } } } diff --git a/client/package.json b/client/package.json index e7bbdfb..feef4d4 100644 --- a/client/package.json +++ b/client/package.json @@ -24,7 +24,7 @@ "react-router-dom": "^6.26.2", "react-tooltip": "^5.28.0", "sonner": "^1.5.0", - "zustand": "^4.5.5" + "zustand": "^5.0.1" }, "devDependencies": { "@eslint/js": "^9.9.0",