Skip to content

Commit

Permalink
fix(deps): update dependency zustand to ^4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kenany committed Jul 1, 2024
1 parent 64ea584 commit 3c2b080
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react-mui-store-file-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@pangeacyber/react-mui-shared": "0.0.63",
"axios": "^1.7.2",
"lodash": "^4.17.21",
"zustand": "^4.5.2"
"zustand": "^4.5.4"
},
"peerDependencies": {
"@emotion/react": "^11.11.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-mui-store-file-viewer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8018,9 +8018,9 @@ yup@^1.4.0:
toposort "^2.0.2"
type-fest "^2.19.0"

zustand@^4.5.2:
version "4.5.2"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.5.2.tgz#fddbe7cac1e71d45413b3682cdb47b48034c3848"
integrity sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==
zustand@^4.5.4:
version "4.5.4"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.5.4.tgz#63abdd81edfb190bc61e0bbae045cc4d52158a05"
integrity sha512-/BPMyLKJPtFEvVL0E9E9BTUM63MNyhPGlvxk1XjrfWTUlV+BR8jufjsovHzrtR6YNcBEcL7cMHovL1n9xHawEg==
dependencies:
use-sync-external-store "1.2.0"

0 comments on commit 3c2b080

Please sign in to comment.