Skip to content

Commit 4e0ff72

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 d78d22c commit 4e0ff72

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
@@ -70,7 +70,7 @@
7070
"webgl-utils.js": "1.1.0",
7171
"webrtc-adapter": "9.0.3",
7272
"zod": "^3.24.2",
73-
"zustand": "4.5.5"
73+
"zustand": "5.0.8"
7474
},
7575
"devDependencies": {
7676
"@babel/core": "7.28.3",

yarn.lock

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21709,15 +21709,6 @@ __metadata:
2170921709
languageName: node
2171021710
linkType: hard
2171121711

21712-
"use-sync-external-store@npm:1.2.2":
21713-
version: 1.2.2
21714-
resolution: "use-sync-external-store@npm:1.2.2"
21715-
peerDependencies:
21716-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
21717-
checksum: 10/671e9c190aab9a8374a5d468c6ba17f52c38b6fae970110bc196fc1e2b57204149aea9619be49a1bb5207fb6e51d8afd19c3bcb94afe61813fed039821461dc0
21718-
languageName: node
21719-
linkType: hard
21720-
2172121712
"use-sync-external-store@npm:^1.4.0":
2172221713
version: 1.4.0
2172321714
resolution: "use-sync-external-store@npm:1.4.0"
@@ -22503,7 +22494,7 @@ __metadata:
2250322494
webrtc-adapter: "npm:9.0.3"
2250422495
workbox-webpack-plugin: "npm:7.3.0"
2250522496
zod: "npm:^3.24.2"
22506-
zustand: "npm:4.5.5"
22497+
zustand: "npm:5.0.8"
2250722498
languageName: unknown
2250822499
linkType: soft
2250922500

@@ -22986,22 +22977,23 @@ __metadata:
2298622977
languageName: node
2298722978
linkType: hard
2298822979

22989-
"zustand@npm:4.5.5":
22990-
version: 4.5.5
22991-
resolution: "zustand@npm:4.5.5"
22992-
dependencies:
22993-
use-sync-external-store: "npm:1.2.2"
22980+
"zustand@npm:5.0.8":
22981+
version: 5.0.8
22982+
resolution: "zustand@npm:5.0.8"
2299422983
peerDependencies:
22995-
"@types/react": ">=16.8"
22984+
"@types/react": ">=18.0.0"
2299622985
immer: ">=9.0.6"
22997-
react: ">=16.8"
22986+
react: ">=18.0.0"
22987+
use-sync-external-store: ">=1.2.0"
2299822988
peerDependenciesMeta:
2299922989
"@types/react":
2300022990
optional: true
2300122991
immer:
2300222992
optional: true
2300322993
react:
2300422994
optional: true
23005-
checksum: 10/481b8210187b69678074a1ca51107654c2379688e90407bfcb7961e0803a259742bfd0d77171c3f07e290896ad55fe9659b3863f30d34cb2572650ead1249f25
22995+
use-sync-external-store:
22996+
optional: true
22997+
checksum: 10/f824fbd0120bbb58c71e74599c7090fa81e9e94334b55a8bfc8964c57e6f1e1187d4be4771a93674755e798874eeb7612d6bde4c8c02a4fe47415fcd9f7407fc
2300622998
languageName: node
2300722999
linkType: hard

0 commit comments

Comments
 (0)