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.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/shared/package.json b/packages/shared/package.json
index 19b7bb2..db8a6e9 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.16", 14 "i18next": "^21.7.1",
15 "mobx": "^6.5.0", 15 "mobx": "^6.5.0",
16 "mobx-state-tree": "^5.1.3", 16 "mobx-state-tree": "^5.1.4",
17 "zod": "^3.14.4" 17 "zod": "^3.15.1"
18 } 18 }
19} 19}