aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-23 21:29:26 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-23 21:29:26 +0100
commitd303f2e3415237e1a519db21ad4e089c2ba7e9f9 (patch)
tree5d562dcaf7bb9c83c1930c7d7cf1b2c9de75e15b /packages/shared/package.json
parentbuild: Enable asar (diff)
downloadsophie-d303f2e3415237e1a519db21ad4e089c2ba7e9f9.tar.gz
sophie-d303f2e3415237e1a519db21ad4e089c2ba7e9f9.tar.zst
sophie-d303f2e3415237e1a519db21ad4e089c2ba7e9f9.zip
feat: Add BrowserView and synchronize its position
Diffstat (limited to 'packages/shared/package.json')
-rw-r--r--packages/shared/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/shared/package.json b/packages/shared/package.json
index 83aec54..f5d4f90 100644
--- a/packages/shared/package.json
+++ b/packages/shared/package.json
@@ -17,6 +17,7 @@
17 }, 17 },
18 "dependencies": { 18 "dependencies": {
19 "mobx": "^6.3.10", 19 "mobx": "^6.3.10",
20 "mobx-state-tree": "^5.1.0" 20 "mobx-state-tree": "^5.1.0",
21 "zod": "^3.11.6"
21 } 22 }
22} 23}