Skip to content

Commit

Permalink
chore(deps): bump zustand from 4.5.5 to 5.0.2
Browse files Browse the repository at this point in the history
Bumps [zustand](https://github.com/pmndrs/zustand) from 4.5.5 to 5.0.2.
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v4.5.5...v5.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2024
1 parent 8a1f5e0 commit 367d324
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"webgl-utils.js": "1.1.0",
"webrtc-adapter": "9.0.1",
"zod": "^3.24.1",
"zustand": "4.5.5"
"zustand": "5.0.2"
},
"devDependencies": {
"@babel/core": "7.26.0",
Expand Down
28 changes: 10 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18186,15 +18186,6 @@ __metadata:
languageName: node
linkType: hard

"use-sync-external-store@npm:1.2.2":
version: 1.2.2
resolution: "use-sync-external-store@npm:1.2.2"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 10/671e9c190aab9a8374a5d468c6ba17f52c38b6fae970110bc196fc1e2b57204149aea9619be49a1bb5207fb6e51d8afd19c3bcb94afe61813fed039821461dc0
languageName: node
linkType: hard

"use-sync-external-store@npm:^1.4.0":
version: 1.4.0
resolution: "use-sync-external-store@npm:1.4.0"
Expand Down Expand Up @@ -18888,7 +18879,7 @@ __metadata:
webrtc-adapter: "npm:9.0.1"
workbox-webpack-plugin: "npm:7.3.0"
zod: "npm:^3.24.1"
zustand: "npm:4.5.5"
zustand: "npm:5.0.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -19378,22 +19369,23 @@ __metadata:
languageName: node
linkType: hard

"zustand@npm:4.5.5":
version: 4.5.5
resolution: "zustand@npm:4.5.5"
dependencies:
use-sync-external-store: "npm:1.2.2"
"zustand@npm:5.0.2":
version: 5.0.2
resolution: "zustand@npm:5.0.2"
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
immer:
optional: true
react:
optional: true
checksum: 10/481b8210187b69678074a1ca51107654c2379688e90407bfcb7961e0803a259742bfd0d77171c3f07e290896ad55fe9659b3863f30d34cb2572650ead1249f25
use-sync-external-store:
optional: true
checksum: 10/9fb60796b9770dcc3f78dd794e7f424ff735e5676784cbc9726761037613942b62470b24a9ca9e98534ee4369a3b5429be570ff34281cb3c9d6d4e8df559ec3f
languageName: node
linkType: hard

0 comments on commit 367d324

Please sign in to comment.