aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/package.json')
-rw-r--r--packages/shared/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/shared/package.json b/packages/shared/package.json
index 1730c25..19b7bb2 100644
--- a/packages/shared/package.json
+++ b/packages/shared/package.json
@@ -11,9 +11,9 @@
11 "types": "yarn g:types" 11 "types": "yarn g:types"
12 }, 12 },
13 "dependencies": { 13 "dependencies": {
14 "i18next": "^21.6.14", 14 "i18next": "^21.6.16",
15 "mobx": "^6.5.0", 15 "mobx": "^6.5.0",
16 "mobx-state-tree": "^5.1.3", 16 "mobx-state-tree": "^5.1.3",
17 "zod": "^3.14.3" 17 "zod": "^3.14.4"
18 } 18 }
19} 19}