Skip to content

Commit

Permalink
fix: bump zustand to ^4.5 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPenryn committed Mar 13, 2024
1 parent 594e8e0 commit c09adb1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"buffer": "^6.0.3",
"viem": "^1.19.11",
"zustand": "^4.3.3"
"zustand": "^4.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"posthog-js-lite": "2.4.0",
"qrcode": "^1.5.1",
"react-shadow": "^19.1.0",
"zustand": "^4.3.3"
"zustand": "^4.5"
},
"devDependencies": {
"@types/node": "18.11.9",
Expand Down
32 changes: 21 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c09adb1

Please sign in to comment.