Skip to content

Commit 97bcdeb

Browse files
chore(deps): bump zustand from 4.5.4 to 5.0.0 (#1050)
Bumps [zustand](https://github.com/pmndrs/zustand) from 4.5.4 to 5.0.0. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v4.5.4...v5.0.0) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 958f788 commit 97bcdeb

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
@@ -54,7 +54,7 @@
5454
"slugify": "^1.6.5",
5555
"yarn": "1.22.22",
5656
"zero-fill": "^2.2.4",
57-
"zustand": "^4.5.4"
57+
"zustand": "^5.0.0"
5858
},
5959
"devDependencies": {
6060
"@babel/core": "^7.25.2",

yarn.lock

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7189,7 +7189,7 @@ __metadata:
71897189
webpack: "npm:^5.94.0"
71907190
yarn: "npm:1.22.22"
71917191
zero-fill: "npm:^2.2.4"
7192-
zustand: "npm:^4.5.4"
7192+
zustand: "npm:^5.0.0"
71937193
languageName: unknown
71947194
linkType: soft
71957195

@@ -10538,15 +10538,6 @@ __metadata:
1053810538
languageName: node
1053910539
linkType: hard
1054010540

10541-
"use-sync-external-store@npm:1.2.0":
10542-
version: 1.2.0
10543-
resolution: "use-sync-external-store@npm:1.2.0"
10544-
peerDependencies:
10545-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
10546-
checksum: 10c0/ac4814e5592524f242921157e791b022efe36e451fe0d4fd4d204322d5433a4fc300d63b0ade5185f8e0735ded044c70bcf6d2352db0f74d097a238cebd2da02
10547-
languageName: node
10548-
linkType: hard
10549-
1055010541
"util-deprecate@npm:^1.0.2, util-deprecate@npm:~1.0.1":
1055110542
version: 1.0.2
1055210543
resolution: "util-deprecate@npm:1.0.2"
@@ -10911,22 +10902,23 @@ __metadata:
1091110902
languageName: node
1091210903
linkType: hard
1091310904

10914-
"zustand@npm:^4.5.4":
10915-
version: 4.5.4
10916-
resolution: "zustand@npm:4.5.4"
10917-
dependencies:
10918-
use-sync-external-store: "npm:1.2.0"
10905+
"zustand@npm:^5.0.0":
10906+
version: 5.0.0
10907+
resolution: "zustand@npm:5.0.0"
1091910908
peerDependencies:
10920-
"@types/react": ">=16.8"
10909+
"@types/react": ">=18.0.0"
1092110910
immer: ">=9.0.6"
10922-
react: ">=16.8"
10911+
react: ">=18.0.0"
10912+
use-sync-external-store: ">=1.2.0"
1092310913
peerDependenciesMeta:
1092410914
"@types/react":
1092510915
optional: true
1092610916
immer:
1092710917
optional: true
1092810918
react:
1092910919
optional: true
10930-
checksum: 10c0/479af491ffa1f1eb2c38b3ba25dc4e14339e8b35a60033d3f6c165b22f8be8163f7e1370015ded9c6e28548cd25af84a73fb40b5fad0bd7882d16ddd5ed613c6
10920+
use-sync-external-store:
10921+
optional: true
10922+
checksum: 10c0/7546df78aa512f1d2271e238c44699c0ac4bc57f12ae46fcfe8ba1e8a97686fc690596e654101acfabcd706099aa5d3519fc3f22d32b3082baa60699bb333e9a
1093110923
languageName: node
1093210924
linkType: hard

0 commit comments

Comments
 (0)