Skip to content

Commit

Permalink
build(deps): bump zustand from 4.5.5 to 5.0.2
Browse files Browse the repository at this point in the history
Bumps [zustand](https://github.com/pmndrs/zustand) from 4.5.5 to 5.0.2.
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v4.5.5...v5.0.2)

---
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 Dec 9, 2024
1 parent 3fa1545 commit 8f8cb1c
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react-router-dom": "^6.27.0",
"react-text-gradients": "^1.0.2",
"styled-components": "^6.1.13",
"zustand": "^4.5.5"
"zustand": "^5.0.2"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6923,7 +6923,7 @@ __metadata:
typescript-eslint: ^7.18.0
vite: ^5.4.8
vite-plugin-eslint: ^1.8.1
zustand: ^4.5.5
zustand: ^5.0.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8405,7 +8405,7 @@ __metadata:
languageName: node
linkType: hard

"use-sync-external-store@npm:1.2.2, use-sync-external-store@npm:^1.2.0":
"use-sync-external-store@npm:^1.2.0":
version: 1.2.2
resolution: "use-sync-external-store@npm:1.2.2"
peerDependencies:
Expand Down Expand Up @@ -8605,22 +8605,23 @@ __metadata:
languageName: node
linkType: hard

"zustand@npm:^4.5.5":
version: 4.5.5
resolution: "zustand@npm:4.5.5"
dependencies:
use-sync-external-store: 1.2.2
"zustand@npm:^5.0.2":
version: 5.0.2
resolution: "zustand@npm:5.0.2"
peerDependencies:
"@types/react": ">=16.8"
"@types/react": ">=18.0.0"
immer: ">=9.0.6"
react: ">=16.8"
react: ">=18.0.0"
use-sync-external-store: ">=1.2.0"
peerDependenciesMeta:
"@types/react":
optional: true
immer:
optional: true
react:
optional: true
checksum: 654e47959970bc66bbf2ae80fced7e556dd488e9ee54eb678330cb036ecc7184f4b8c2cae273be28022533622c54ab6339bf3fe30d19236367c5c251b6c6679a
use-sync-external-store:
optional: true
checksum: b8c3bf776112fc606b716bda9d65642300fd8f9d13d8f2264a811492d266afed1e0348aaaecc7f4c6f52090a46dcca040fcddc6cea0e4b2f21dc798dd3bf7d92
languageName: node
linkType: hard

0 comments on commit 8f8cb1c

Please sign in to comment.