Skip to content

Commit 32124e6

Browse files
author
waleed
committed
add missing deps
1 parent a715bb2 commit 32124e6

2 files changed

Lines changed: 25 additions & 3 deletions

File tree

apps/sim/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"lucide-react": "^0.479.0",
8989
"mammoth": "^1.9.0",
9090
"mysql2": "3.14.3",
91+
"nanoid": "5.1.6",
9192
"next": "^15.4.1",
9293
"next-runtime-env": "3.3.0",
9394
"next-themes": "^0.4.6",
@@ -116,7 +117,8 @@
116117
"three": "0.177.0",
117118
"uuid": "^11.1.0",
118119
"xlsx": "0.18.5",
119-
"zod": "^3.24.2"
120+
"zod": "^3.24.2",
121+
"zustand": "5.0.8"
120122
},
121123
"devDependencies": {
122124
"@testing-library/jest-dom": "^6.6.3",

bun.lock

Lines changed: 22 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)