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.1.0",
"vite-plugin-node-polyfills": "^0.25.0",
"zod": "^4.0.17",
"zustand": "^5.0.10"
"zustand": "^5.0.14"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
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 @@ -56,7 +56,7 @@
"vite-plugin-svgr": "^4.2.0",
"wagmi": "^3.6.15",
"zod": "^4.0.17",
"zustand": "^5.0.10"
"zustand": "^5.0.14"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
Expand Down
12 changes: 6 additions & 6 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.25.0"
zod: "npm:^4.0.17"
zustand: "npm:^5.0.10"
zustand: "npm:^5.0.14"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -480,7 +480,7 @@ __metadata:
vitest: "npm:^4.0.18"
wagmi: "npm:^3.6.15"
zod: "npm:^4.0.17"
zustand: "npm:^5.0.10"
zustand: "npm:^5.0.14"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -33060,9 +33060,9 @@ __metadata:
languageName: node
linkType: hard

"zustand@npm:^5.0.10":
version: 5.0.10
resolution: "zustand@npm:5.0.10"
"zustand@npm:^5.0.14":
version: 5.0.14
resolution: "zustand@npm:5.0.14"
peerDependencies:
"@types/react": ">=18.0.0"
immer: ">=9.0.6"
Expand All @@ -33077,7 +33077,7 @@ __metadata:
optional: true
use-sync-external-store:
optional: true
checksum: 10c0/e6ddabf2b44f2c0b7362b0f549cb457d25516caa4c0465132037b62b6173552a43d48bb494c1707286f8d60b389fa249eb4242aa810f1c1d4b4d0b96df789cb8
checksum: 10c0/89de0c8119f1e0861b2f896a0b4df0d67994a373ecee02628d4e7b97cee1885207f646917d3ede395c3a5083316d48846855cfbc84aced7cd23a6db3238930a8
languageName: node
linkType: hard

Expand Down
Loading