aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/service-shared/package.json2
-rw-r--r--packages/shared/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/service-shared/package.json b/packages/service-shared/package.json
index 3940cf5..de8a279 100644
--- a/packages/service-shared/package.json
+++ b/packages/service-shared/package.json
@@ -16,6 +16,6 @@
16 "types": "yarn g:types" 16 "types": "yarn g:types"
17 }, 17 },
18 "dependencies": { 18 "dependencies": {
19 "zod": "^3.17.3" 19 "zod": "^3.22.3"
20 } 20 }
21} 21}
diff --git a/packages/shared/package.json b/packages/shared/package.json
index 9627c94..3a45efd 100644
--- a/packages/shared/package.json
+++ b/packages/shared/package.json
@@ -19,6 +19,6 @@
19 "i18next": "^21.8.5", 19 "i18next": "^21.8.5",
20 "mobx": "^6.6.0", 20 "mobx": "^6.6.0",
21 "mobx-state-tree": "^5.1.5", 21 "mobx-state-tree": "^5.1.5",
22 "zod": "^3.17.3" 22 "zod": "^3.22.3"
23 } 23 }
24} 24}