aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile/package.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-13 16:51:42 +0000
committerMohamedBassem <me@mbassem.com>2024-03-13 16:51:42 +0000
commit61e852d963fb04b13b7bda39830e208a648b3545 (patch)
treeb24462270a245ea2cef3ee15ede56c7b22aec927 /packages/mobile/package.json
parenta80869cee9e841c319e603a51daa9cd34d1e83e8 (diff)
downloadkarakeep-61e852d963fb04b13b7bda39830e208a648b3545.tar.zst
fix(mobile): Multiple attempts to stop the duplication sharing
Diffstat (limited to 'packages/mobile/package.json')
-rw-r--r--packages/mobile/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/mobile/package.json b/packages/mobile/package.json
index 9a9198c7..1298b8db 100644
--- a/packages/mobile/package.json
+++ b/packages/mobile/package.json
@@ -36,7 +36,8 @@
"react-native-svg": "^15.1.0",
"tailwind-merge": "^2.2.1",
"use-debounce": "^10.0.0",
- "zod": "^3.22.4"
+ "zod": "^3.22.4",
+ "zustand": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",