Skip to content

Commit

Permalink
build(deps): bump zustand from 4.5.5 to 5.0.1
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.1.
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v4.5.5...v5.0.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 Nov 4, 2024
1 parent 3fa1545 commit 471f856
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.1"
},
"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.1
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.1":
version: 5.0.1
resolution: "zustand@npm:5.0.1"
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: 66eb196c3134957143bd54c4adc24d0baad321a6edfbf495cd571110dfb8c52c92949c3dd246e7ac992791fa81c4947d6431c8724db2b48e26f3f5d30268bec1
languageName: node
linkType: hard

0 comments on commit 471f856

Please sign in to comment.