Skip to content

Commit 5732023

Browse files
chore(deps): bump zustand from 4.5.5 to 5.0.8
Bumps [zustand](https://github.com/pmndrs/zustand) from 4.5.5 to 5.0.8. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v4.5.5...v5.0.8) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed7bf63 commit 5732023

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"webgl-utils.js": "1.1.0",
7272
"webrtc-adapter": "9.0.3",
7373
"zod": "^3.24.2",
74-
"zustand": "4.5.5"
74+
"zustand": "5.0.8"
7575
},
7676
"devDependencies": {
7777
"@babel/core": "7.28.4",

yarn.lock

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21780,15 +21780,6 @@ __metadata:
2178021780
languageName: node
2178121781
linkType: hard
2178221782

21783-
"use-sync-external-store@npm:1.2.2":
21784-
version: 1.2.2
21785-
resolution: "use-sync-external-store@npm:1.2.2"
21786-
peerDependencies:
21787-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
21788-
checksum: 10/671e9c190aab9a8374a5d468c6ba17f52c38b6fae970110bc196fc1e2b57204149aea9619be49a1bb5207fb6e51d8afd19c3bcb94afe61813fed039821461dc0
21789-
languageName: node
21790-
linkType: hard
21791-
2179221783
"use-sync-external-store@npm:^1.4.0":
2179321784
version: 1.4.0
2179421785
resolution: "use-sync-external-store@npm:1.4.0"
@@ -22575,7 +22566,7 @@ __metadata:
2257522566
webrtc-adapter: "npm:9.0.3"
2257622567
workbox-webpack-plugin: "npm:7.3.0"
2257722568
zod: "npm:^3.24.2"
22578-
zustand: "npm:4.5.5"
22569+
zustand: "npm:5.0.8"
2257922570
languageName: unknown
2258022571
linkType: soft
2258122572

@@ -23058,22 +23049,23 @@ __metadata:
2305823049
languageName: node
2305923050
linkType: hard
2306023051

23061-
"zustand@npm:4.5.5":
23062-
version: 4.5.5
23063-
resolution: "zustand@npm:4.5.5"
23064-
dependencies:
23065-
use-sync-external-store: "npm:1.2.2"
23052+
"zustand@npm:5.0.8":
23053+
version: 5.0.8
23054+
resolution: "zustand@npm:5.0.8"
2306623055
peerDependencies:
23067-
"@types/react": ">=16.8"
23056+
"@types/react": ">=18.0.0"
2306823057
immer: ">=9.0.6"
23069-
react: ">=16.8"
23058+
react: ">=18.0.0"
23059+
use-sync-external-store: ">=1.2.0"
2307023060
peerDependenciesMeta:
2307123061
"@types/react":
2307223062
optional: true
2307323063
immer:
2307423064
optional: true
2307523065
react:
2307623066
optional: true
23077-
checksum: 10/481b8210187b69678074a1ca51107654c2379688e90407bfcb7961e0803a259742bfd0d77171c3f07e290896ad55fe9659b3863f30d34cb2572650ead1249f25
23067+
use-sync-external-store:
23068+
optional: true
23069+
checksum: 10/f824fbd0120bbb58c71e74599c7090fa81e9e94334b55a8bfc8964c57e6f1e1187d4be4771a93674755e798874eeb7612d6bde4c8c02a4fe47415fcd9f7407fc
2307823070
languageName: node
2307923071
linkType: hard

0 commit comments

Comments
 (0)