Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump zustand from 4.4.7 to 4.5.4 #857

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"slugify": "^1.6.5",
"yarn": "1.22.19",
"zero-fill": "^2.2.4",
"zustand": "^4.0.0-rc.1"
"zustand": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6691,7 +6691,7 @@ __metadata:
webpack: "npm:^5.93.0"
yarn: "npm:1.22.19"
zero-fill: "npm:^2.2.4"
zustand: "npm:^4.0.0-rc.1"
zustand: "npm:^4.5.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10265,14 +10265,14 @@ __metadata:
languageName: node
linkType: hard

"zustand@npm:^4.0.0-rc.1":
version: 4.4.7
resolution: "zustand@npm:4.4.7"
"zustand@npm:^4.5.4":
version: 4.5.4
resolution: "zustand@npm:4.5.4"
dependencies:
use-sync-external-store: "npm:1.2.0"
peerDependencies:
"@types/react": ">=16.8"
immer: ">=9.0"
immer: ">=9.0.6"
react: ">=16.8"
peerDependenciesMeta:
"@types/react":
Expand All @@ -10281,6 +10281,6 @@ __metadata:
optional: true
react:
optional: true
checksum: 10c0/de507f09eb79039d74d282df6ffac6c7fb6b840ca3620b0392bcbe3f9049902802db5448b4002e6fcb32f903f7ec1aea14602049eb2a3a8410bfea7186d72fb7
checksum: 10c0/479af491ffa1f1eb2c38b3ba25dc4e14339e8b35a60033d3f6c165b22f8be8163f7e1370015ded9c6e28548cd25af84a73fb40b5fad0bd7882d16ddd5ed613c6
languageName: node
linkType: hard
Loading