Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency zustand to v5 (main) #2635

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"typescript": "5.6.3",
"typescript-eslint": "^8.0.0",
"uuid": "10.0.0",
"zustand": "^4.4.7"
"zustand": "^5.0.0"
},
"packageManager": "yarn@4.5.0",
"lint-staged": {
Expand Down
28 changes: 10 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5382,7 +5382,7 @@ __metadata:
webpack: "npm:5.95.0"
webpack-cli: "npm:5.1.4"
webpack-dev-server: "npm:5.1.0"
zustand: "npm:^4.4.7"
zustand: "npm:^5.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -16479,15 +16479,6 @@ __metadata:
languageName: node
linkType: hard

"use-sync-external-store@npm:1.2.2":
version: 1.2.2
resolution: "use-sync-external-store@npm:1.2.2"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 10c0/23b1597c10adf15b26ade9e8c318d8cc0abc9ec0ab5fc7ca7338da92e89c2536abd150a5891bf076836c352fdfa104fc7231fb48f806fd9960e0cbe03601abaf
languageName: node
linkType: hard

"util-deprecate@npm:^1.0.1, util-deprecate@npm:^1.0.2, util-deprecate@npm:~1.0.1":
version: 1.0.2
resolution: "util-deprecate@npm:1.0.2"
Expand Down Expand Up @@ -17217,22 +17208,23 @@ __metadata:
languageName: node
linkType: hard

"zustand@npm:^4.4.7":
version: 4.5.5
resolution: "zustand@npm:4.5.5"
dependencies:
use-sync-external-store: "npm:1.2.2"
"zustand@npm:^5.0.0":
version: 5.0.0
resolution: "zustand@npm:5.0.0"
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: 10c0/d04469d76b29c7e4070da269886de4efdadedd3d3824dc2a06ac4ff62e3b5877f925e927afe7382de651829872b99adec48082f1bd69fe486149be666345e626
use-sync-external-store:
optional: true
checksum: 10c0/7546df78aa512f1d2271e238c44699c0ac4bc57f12ae46fcfe8ba1e8a97686fc690596e654101acfabcd706099aa5d3519fc3f22d32b3082baa60699bb333e9a
languageName: node
linkType: hard
Loading