Skip to content

Commit aa90a23

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 a799d9d commit aa90a23

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
@@ -21359,15 +21359,6 @@ __metadata:
2135921359
languageName: node
2136021360
linkType: hard
2136121361

21362-
"use-sync-external-store@npm:1.2.2":
21363-
version: 1.2.2
21364-
resolution: "use-sync-external-store@npm:1.2.2"
21365-
peerDependencies:
21366-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
21367-
checksum: 10/671e9c190aab9a8374a5d468c6ba17f52c38b6fae970110bc196fc1e2b57204149aea9619be49a1bb5207fb6e51d8afd19c3bcb94afe61813fed039821461dc0
21368-
languageName: node
21369-
linkType: hard
21370-
2137121362
"use-sync-external-store@npm:^1.4.0":
2137221363
version: 1.4.0
2137321364
resolution: "use-sync-external-store@npm:1.4.0"
@@ -22153,7 +22144,7 @@ __metadata:
2215322144
webrtc-adapter: "npm:9.0.3"
2215422145
workbox-webpack-plugin: "npm:7.3.0"
2215522146
zod: "npm:^3.24.2"
22156-
zustand: "npm:4.5.5"
22147+
zustand: "npm:5.0.8"
2215722148
languageName: unknown
2215822149
linkType: soft
2215922150

@@ -22636,22 +22627,23 @@ __metadata:
2263622627
languageName: node
2263722628
linkType: hard
2263822629

22639-
"zustand@npm:4.5.5":
22640-
version: 4.5.5
22641-
resolution: "zustand@npm:4.5.5"
22642-
dependencies:
22643-
use-sync-external-store: "npm:1.2.2"
22630+
"zustand@npm:5.0.8":
22631+
version: 5.0.8
22632+
resolution: "zustand@npm:5.0.8"
2264422633
peerDependencies:
22645-
"@types/react": ">=16.8"
22634+
"@types/react": ">=18.0.0"
2264622635
immer: ">=9.0.6"
22647-
react: ">=16.8"
22636+
react: ">=18.0.0"
22637+
use-sync-external-store: ">=1.2.0"
2264822638
peerDependenciesMeta:
2264922639
"@types/react":
2265022640
optional: true
2265122641
immer:
2265222642
optional: true
2265322643
react:
2265422644
optional: true
22655-
checksum: 10/481b8210187b69678074a1ca51107654c2379688e90407bfcb7961e0803a259742bfd0d77171c3f07e290896ad55fe9659b3863f30d34cb2572650ead1249f25
22645+
use-sync-external-store:
22646+
optional: true
22647+
checksum: 10/f824fbd0120bbb58c71e74599c7090fa81e9e94334b55a8bfc8964c57e6f1e1187d4be4771a93674755e798874eeb7612d6bde4c8c02a4fe47415fcd9f7407fc
2265622648
languageName: node
2265722649
linkType: hard

0 commit comments

Comments
 (0)