Skip to content
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 packages/apps/dashboard/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"use-debounce": "^10.0.2",
"vite-plugin-node-polyfills": "^0.23.0",
"zod": "^4.0.17",
"zustand": "^4.5.4"
"zustand": "^5.0.9"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/human-app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"vite-plugin-svgr": "^4.2.0",
"wagmi": "^2.15.6",
"zod": "^4.0.17",
"zustand": "^4.5.0"
"zustand": "^5.0.9"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.60.1",
Expand Down
31 changes: 16 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ __metadata:
vite: "npm:^6.2.4"
vite-plugin-node-polyfills: "npm:^0.23.0"
zod: "npm:^4.0.17"
zustand: "npm:^4.5.4"
zustand: "npm:^5.0.9"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -464,7 +464,7 @@ __metadata:
vitest: "npm:^3.1.1"
wagmi: "npm:^2.15.6"
zod: "npm:^4.0.17"
zustand: "npm:^4.5.0"
zustand: "npm:^5.0.9"
languageName: unknown
linkType: soft

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

"use-sync-external-store@npm:^1.2.2, use-sync-external-store@npm:^1.4.0, use-sync-external-store@npm:^1.6.0":
"use-sync-external-store@npm:^1.4.0, use-sync-external-store@npm:^1.6.0":
version: 1.6.0
resolution: "use-sync-external-store@npm:1.6.0"
peerDependencies:
Expand Down Expand Up @@ -32066,29 +32066,30 @@ __metadata:
languageName: node
linkType: hard

"zustand@npm:^4.5.0, zustand@npm:^4.5.4":
version: 4.5.7
resolution: "zustand@npm:4.5.7"
dependencies:
use-sync-external-store: "npm:^1.2.2"
"zustand@npm:^5.0.1":
version: 5.0.8
resolution: "zustand@npm:5.0.8"
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/55559e37a82f0c06cadc61cb08f08314c0fe05d6a93815e41e3376130c13db22a5017cbb0cd1f018c82f2dad0051afe3592561d40f980bd4082e32005e8a950c
use-sync-external-store:
optional: true
checksum: 10c0/e865a6f7f1c0e03571701db5904151aaa7acefd6f85541a117085e129bf16e8f60b11f8cc82f277472de5c7ad5dcb201e1b0a89035ea0b40c9d9aab3cd24c8ad
languageName: node
linkType: hard

"zustand@npm:^5.0.1":
version: 5.0.8
resolution: "zustand@npm:5.0.8"
"zustand@npm:^5.0.9":
version: 5.0.9
resolution: "zustand@npm:5.0.9"
peerDependencies:
"@types/react": ">=18.0.0"
immer: ">=9.0.6"
Expand All @@ -32103,7 +32104,7 @@ __metadata:
optional: true
use-sync-external-store:
optional: true
checksum: 10c0/e865a6f7f1c0e03571701db5904151aaa7acefd6f85541a117085e129bf16e8f60b11f8cc82f277472de5c7ad5dcb201e1b0a89035ea0b40c9d9aab3cd24c8ad
checksum: 10c0/552849e4546c7760704d6509a5c412d57c62a1fa9e53169c939ba5e3d75f8cb3df50a64c3a22e6c3f1c8cc00de7543e4edd61ab5ae0c9169ba9a98e28303aba6
languageName: node
linkType: hard

Expand Down