Skip to content

Commit

Permalink
fix(deps): update dependency zustand to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent fcf3c82 commit 09ccf6c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"thememirror": "2.0.1",
"zustand": "4.5.5"
"zustand": "5.0.2"
},
"devDependencies": {
"@playwright/test": "1.49.1",
Expand Down
28 changes: 10 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2070,7 +2070,7 @@ __metadata:
webpack-cli: "npm:5.1.4"
webpack-dev-server: "npm:5.2.0"
webpack-notifier: "npm:1.15.0"
zustand: "npm:4.5.5"
zustand: "npm:5.0.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -18259,15 +18259,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

"usehooks-ts@npm:2.9.1":
version: 2.9.1
resolution: "usehooks-ts@npm:2.9.1"
Expand Down Expand Up @@ -19145,22 +19136,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: "npm: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: 10c0/d04469d76b29c7e4070da269886de4efdadedd3d3824dc2a06ac4ff62e3b5877f925e927afe7382de651829872b99adec48082f1bd69fe486149be666345e626
use-sync-external-store:
optional: true
checksum: 10c0/d9bb048d8129fd1aaed3fda974991b15a7c9c31ef06f78e9bf5c4b3678f249850764a6dadb8c93127257d07831995cf7a048281658a37c5d1143ad6f397fe37c
languageName: node
linkType: hard

0 comments on commit 09ccf6c

Please sign in to comment.