Skip to content

Commit

Permalink
chore(deps): bump zustand from 3.7.2 to 4.5.1
Browse files Browse the repository at this point in the history
Bumps [zustand](https://github.com/pmndrs/zustand) from 3.7.2 to 4.5.1.
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v3.7.2...v4.5.1)

---
updated-dependencies:
- dependency-name: zustand
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent b64f235 commit fe83d5c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 20 deletions.
45 changes: 29 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"zustand": "^3.6.9"
"zustand": "^4.5.1"
},
"devDependencies": {
"@types/node": "17.0.10",
Expand Down
8 changes: 5 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4409,6 +4409,8 @@ yargs@^13.2.4:
y18n "^4.0.0"
yargs-parser "^13.1.2"

zustand@^3.6.9:
version "3.7.2"
resolved "https://registry.npmjs.org/zustand/-/zustand-3.7.2.tgz"
zustand@^4.5.1:
version "4.5.1"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.5.1.tgz#2088956ee454759fb8b866ca335a2373e76736c5"
dependencies:
use-sync-external-store "1.2.0"

0 comments on commit fe83d5c

Please sign in to comment.