From 6eca1181ab7bc280981a2b1a6a296a3bfe2f2a6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:59:15 +0000 Subject: [PATCH] fix(deps): update dependency zustand to v5 --- package.json | 2 +- pnpm-lock.yaml | 28 +++++++++++++++------------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 8883b0a..4c580d4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "swr": "1.3.0", "temporal-polyfill": "0.3.0", "use-debounce": "7.0.1", - "zustand": "4.5.7", + "zustand": "5.0.8", "zustand-persist": "0.4.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ec3cb2f..42fdaf5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,11 +60,11 @@ importers: specifier: 7.0.1 version: 7.0.1(react@18.3.1) zustand: - specifier: 4.5.7 - version: 4.5.7(@types/react@18.3.24)(react@18.3.1) + specifier: 5.0.8 + version: 5.0.8(@types/react@18.3.24)(react@18.3.1)(use-sync-external-store@1.5.0(react@18.3.1)) zustand-persist: specifier: 0.4.0 - version: 0.4.0(react@18.3.1)(zustand@4.5.7(@types/react@18.3.24)(react@18.3.1)) + version: 0.4.0(react@18.3.1)(zustand@5.0.8(@types/react@18.3.24)(react@18.3.1)(use-sync-external-store@1.5.0(react@18.3.1))) devDependencies: '@types/node': specifier: 22.18.6 @@ -2933,13 +2933,14 @@ packages: react: '>=16.8.0' zustand: '>=3.6.3' - zustand@4.5.7: - resolution: {integrity: sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==} - engines: {node: '>=12.7.0'} + zustand@5.0.8: + resolution: {integrity: sha512-gyPKpIaxY9XcO2vSMrLbiER7QMAMGOQZVRdJ6Zi782jkbzZygq5GI9nG8g+sMgitRtndwaBSl7uiqC49o1SSiw==} + engines: {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': optional: true @@ -2947,6 +2948,8 @@ packages: optional: true react: optional: true + use-sync-external-store: + optional: true snapshots: @@ -6449,14 +6452,13 @@ snapshots: yocto-queue@0.1.0: {} - zustand-persist@0.4.0(react@18.3.1)(zustand@4.5.7(@types/react@18.3.24)(react@18.3.1)): + zustand-persist@0.4.0(react@18.3.1)(zustand@5.0.8(@types/react@18.3.24)(react@18.3.1)(use-sync-external-store@1.5.0(react@18.3.1))): dependencies: react: 18.3.1 - zustand: 4.5.7(@types/react@18.3.24)(react@18.3.1) + zustand: 5.0.8(@types/react@18.3.24)(react@18.3.1)(use-sync-external-store@1.5.0(react@18.3.1)) - zustand@4.5.7(@types/react@18.3.24)(react@18.3.1): - dependencies: - use-sync-external-store: 1.5.0(react@18.3.1) + zustand@5.0.8(@types/react@18.3.24)(react@18.3.1)(use-sync-external-store@1.5.0(react@18.3.1)): optionalDependencies: '@types/react': 18.3.24 react: 18.3.1 + use-sync-external-store: 1.5.0(react@18.3.1)