Skip to content

Commit

Permalink
chore: upgrade zustand to v5 (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn authored Nov 1, 2024
1 parent d0a0a4b commit e27be37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"viem": "2.9.31",
"wagmi": "^2.9.2",
"web-vitals": "^2.1.4",
"zustand": "^4.1.3"
"zustand": "^5.0.1"
},
"devDependencies": {
"@craco/craco": "^6.4.5",
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16343,12 +16343,10 @@ [email protected]:
dependencies:
use-sync-external-store "1.2.0"

zustand@^4.1.3:
version "4.3.7"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.3.7.tgz#501b1f0393a7f1d103332e45ab574be5747fedce"
integrity sha512-dY8ERwB9Nd21ellgkBZFhudER8KVlelZm8388B5nDAXhO/+FZDhYMuRnqDgu5SYyRgz/iaf8RKnbUs/cHfOGlQ==
dependencies:
use-sync-external-store "1.2.0"
zustand@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-5.0.1.tgz#2bdca5e4be172539558ce3974fe783174a48fdcf"
integrity sha512-pRET7Lao2z+n5R/HduXMio35TncTlSW68WsYBq2Lg1ASspsNGjpwLAsij3RpouyV6+kHMwwwzP0bZPD70/Jx/w==

zwitch@^2.0.0:
version "2.0.4"
Expand Down

0 comments on commit e27be37

Please sign in to comment.