Skip to content

Commit e4540e9

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 b8b65c6 commit e4540e9

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
@@ -72,7 +72,7 @@
7272
"webgl-utils.js": "1.1.0",
7373
"webrtc-adapter": "9.0.3",
7474
"zod": "^3.24.2",
75-
"zustand": "4.5.5"
75+
"zustand": "5.0.8"
7676
},
7777
"devDependencies": {
7878
"@babel/core": "7.28.4",

yarn.lock

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21759,15 +21759,6 @@ __metadata:
2175921759
languageName: node
2176021760
linkType: hard
2176121761

21762-
"use-sync-external-store@npm:1.2.2":
21763-
version: 1.2.2
21764-
resolution: "use-sync-external-store@npm:1.2.2"
21765-
peerDependencies:
21766-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
21767-
checksum: 10/671e9c190aab9a8374a5d468c6ba17f52c38b6fae970110bc196fc1e2b57204149aea9619be49a1bb5207fb6e51d8afd19c3bcb94afe61813fed039821461dc0
21768-
languageName: node
21769-
linkType: hard
21770-
2177121762
"use-sync-external-store@npm:^1.4.0":
2177221763
version: 1.4.0
2177321764
resolution: "use-sync-external-store@npm:1.4.0"
@@ -22555,7 +22546,7 @@ __metadata:
2255522546
webrtc-adapter: "npm:9.0.3"
2255622547
workbox-webpack-plugin: "npm:7.3.0"
2255722548
zod: "npm:^3.24.2"
22558-
zustand: "npm:4.5.5"
22549+
zustand: "npm:5.0.8"
2255922550
languageName: unknown
2256022551
linkType: soft
2256122552

@@ -23038,22 +23029,23 @@ __metadata:
2303823029
languageName: node
2303923030
linkType: hard
2304023031

23041-
"zustand@npm:4.5.5":
23042-
version: 4.5.5
23043-
resolution: "zustand@npm:4.5.5"
23044-
dependencies:
23045-
use-sync-external-store: "npm:1.2.2"
23032+
"zustand@npm:5.0.8":
23033+
version: 5.0.8
23034+
resolution: "zustand@npm:5.0.8"
2304623035
peerDependencies:
23047-
"@types/react": ">=16.8"
23036+
"@types/react": ">=18.0.0"
2304823037
immer: ">=9.0.6"
23049-
react: ">=16.8"
23038+
react: ">=18.0.0"
23039+
use-sync-external-store: ">=1.2.0"
2305023040
peerDependenciesMeta:
2305123041
"@types/react":
2305223042
optional: true
2305323043
immer:
2305423044
optional: true
2305523045
react:
2305623046
optional: true
23057-
checksum: 10/481b8210187b69678074a1ca51107654c2379688e90407bfcb7961e0803a259742bfd0d77171c3f07e290896ad55fe9659b3863f30d34cb2572650ead1249f25
23047+
use-sync-external-store:
23048+
optional: true
23049+
checksum: 10/f824fbd0120bbb58c71e74599c7090fa81e9e94334b55a8bfc8964c57e6f1e1187d4be4771a93674755e798874eeb7612d6bde4c8c02a4fe47415fcd9f7407fc
2305823050
languageName: node
2305923051
linkType: hard

0 commit comments

Comments
 (0)