chore: bump zustand from 4.5.5 to 5.0.1 in /frontend/web (#322)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-11-02 13:26:27 +08:00 committed by GitHub
parent 3e48bc8048
commit 9ac81dd138
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 11 deletions

View File

@ -30,7 +30,7 @@
"react-use": "^17.5.1",
"tailwindcss": "^3.4.14",
"uuid": "^10.0.0",
"zustand": "^4.5.5"
"zustand": "^5.0.1"
},
"devDependencies": {
"@bufbuild/buf": "^1.46.0",

View File

@ -72,8 +72,8 @@ importers:
specifier: ^10.0.0
version: 10.0.0
zustand:
specifier: ^4.5.5
version: 4.5.5(@types/react@18.3.12)(immer@10.1.1)(react@18.3.1)
specifier: ^5.0.1
version: 5.0.1(@types/react@18.3.12)(immer@10.1.1)(react@18.3.1)(use-sync-external-store@1.2.2(react@18.3.1))
devDependencies:
'@bufbuild/buf':
specifier: ^1.46.0
@ -2424,13 +2424,14 @@ packages:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
zustand@4.5.5:
resolution: {integrity: sha512-+0PALYNJNgK6hldkgDq2vLrw5f6g/jCInz52n9RTpropGgeAf/ioFUCdtsjCqu4gNhW9D01rUQBROoRjdzyn2Q==}
engines: {node: '>=12.7.0'}
zustand@5.0.1:
resolution: {integrity: sha512-pRET7Lao2z+n5R/HduXMio35TncTlSW68WsYBq2Lg1ASspsNGjpwLAsij3RpouyV6+kHMwwwzP0bZPD70/Jx/w==}
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
@ -2438,6 +2439,8 @@ packages:
optional: true
react:
optional: true
use-sync-external-store:
optional: true
snapshots:
@ -4763,6 +4766,7 @@ snapshots:
use-sync-external-store@1.2.2(react@18.3.1):
dependencies:
react: 18.3.1
optional: true
util-deprecate@1.0.2: {}
@ -4845,10 +4849,9 @@ snapshots:
yocto-queue@0.1.0: {}
zustand@4.5.5(@types/react@18.3.12)(immer@10.1.1)(react@18.3.1):
dependencies:
use-sync-external-store: 1.2.2(react@18.3.1)
zustand@5.0.1(@types/react@18.3.12)(immer@10.1.1)(react@18.3.1)(use-sync-external-store@1.2.2(react@18.3.1)):
optionalDependencies:
'@types/react': 18.3.12
immer: 10.1.1
react: 18.3.1
use-sync-external-store: 1.2.2(react@18.3.1)