Skip to content

Commit a726ee7

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

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

apps/sim/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"@types/pdf-parse": "1.1.5",
6666
"@types/three": "0.177.0",
6767
"better-auth": "1.3.12",
68+
"binary-extensions": "3.1.0",
6869
"browser-image-compression": "^2.0.2",
6970
"cheerio": "1.1.2",
7071
"class-variance-authority": "^0.7.1",
@@ -88,6 +89,7 @@
8889
"lucide-react": "^0.479.0",
8990
"mammoth": "^1.9.0",
9091
"mysql2": "3.14.3",
92+
"nanoid": "5.1.6",
9193
"next": "^15.4.1",
9294
"next-runtime-env": "3.3.0",
9395
"next-themes": "^0.4.6",
@@ -116,7 +118,8 @@
116118
"three": "0.177.0",
117119
"uuid": "^11.1.0",
118120
"xlsx": "0.18.5",
119-
"zod": "^3.24.2"
121+
"zod": "^3.24.2",
122+
"zustand": "5.0.8"
120123
},
121124
"devDependencies": {
122125
"@testing-library/jest-dom": "^6.6.3",

bun.lock

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

0 commit comments

Comments
 (0)