aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-14 23:49:50 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:04 +0200
commit66535c4de9e96f2eaf64a5961580f0519aea4c82 (patch)
treeebf6264d33190b3f11a8df7833df6d17a2587ce1 /packages/shared
parenttest: tests for infrastructure/electron in main (diff)
downloadsophie-66535c4de9e96f2eaf64a5961580f0519aea4c82.tar.gz
sophie-66535c4de9e96f2eaf64a5961580f0519aea4c82.tar.zst
sophie-66535c4de9e96f2eaf64a5961580f0519aea4c82.zip
chore(deps): bump dependencies
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/shared')
-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 1ee870c..2cb0987 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.8.0", 14 "i18next": "^21.8.2",
15 "mobx": "^6.5.0", 15 "mobx": "^6.5.0",
16 "mobx-state-tree": "^5.1.4", 16 "mobx-state-tree": "^5.1.5",
17 "zod": "^3.15.1" 17 "zod": "^3.16.0"
18 } 18 }
19} 19}