build(deps): bump zustand from 5.0.5 to 5.0.6 (#8812)

Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.5 to 5.0.6.
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](https://github.com/pmndrs/zustand/compare/v5.0.5...v5.0.6)

---
updated-dependencies:
- dependency-name: zustand
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] 2025-06-30 21:32:49 +03:00 committed by GitHub
parent c05cd00f88
commit c9b07a2035
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
pnpm-lock.yaml generated
View file

@ -202,8 +202,8 @@ importers:
specifier: 10.5.2
version: 10.5.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
zustand:
specifier: 5.0.5
version: 5.0.5(@types/react@19.1.8)(react@19.1.0)
specifier: 5.0.6
version: 5.0.6(@types/react@19.1.8)(react@19.1.0)
devDependencies:
'@figma/plugin-typings':
specifier: 1.114.0
@ -5766,8 +5766,8 @@ packages:
zod@3.25.67:
resolution: {integrity: sha512-idA2YXwpCdqUSKRCACDE6ItZD9TZzy3OZMtpfLoh6oPR47lipysRrJfjzMqFxQ3uJuUPyUeWe1r9vLH33xO/Qw==}
zustand@5.0.5:
resolution: {integrity: sha512-mILtRfKW9xM47hqxGIxCv12gXusoY/xTSHBYApXozR0HmQv299whhBeeAcRy+KrPPybzosvJBCOmVjq6x12fCg==}
zustand@5.0.6:
resolution: {integrity: sha512-ihAqNeUVhe0MAD+X8M5UzqyZ9k3FFZLBTtqo6JLPwV53cbRB/mJwBI0PxcIgqhBBHlEs8G45OTDTMq3gNcLq3A==}
engines: {node: '>=12.20.0'}
peerDependencies:
'@types/react': '>=18.0.0'
@ -12099,7 +12099,7 @@ snapshots:
zod@3.25.67: {}
zustand@5.0.5(@types/react@19.1.8)(react@19.1.0):
zustand@5.0.6(@types/react@19.1.8)(react@19.1.0):
optionalDependencies:
'@types/react': 19.1.8
react: 19.1.0

View file

@ -42,6 +42,6 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"react-rnd": "10.5.2",
"zustand": "5.0.5"
"zustand": "5.0.6"
}
}