aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-25 17:34:12 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-26 00:45:04 +0200
commit8371ef1f29e879d980da966b5c3342b216c6f61b (patch)
treefab4929c8ec9c6c78587323562663cf835bd5bf2 /packages/main
parentfix(main): show location bar menu item enable (diff)
downloadsophie-8371ef1f29e879d980da966b5c3342b216c6f61b.tar.gz
sophie-8371ef1f29e879d980da966b5c3342b216c6f61b.tar.zst
sophie-8371ef1f29e879d980da966b5c3342b216c6f61b.zip
chore(deps): bump dependencies
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/main')
-rw-r--r--packages/main/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/main/package.json b/packages/main/package.json
index 2ece644..51f2051 100644
--- a/packages/main/package.json
+++ b/packages/main/package.json
@@ -11,12 +11,12 @@
11 "@sophie/service-shared": "workspace:*", 11 "@sophie/service-shared": "workspace:*",
12 "@sophie/shared": "workspace:*", 12 "@sophie/shared": "workspace:*",
13 "chalk": "^5.0.1", 13 "chalk": "^5.0.1",
14 "electron": "^19.0.0-beta.6", 14 "electron": "^19.0.1",
15 "i18next": "^21.8.2", 15 "i18next": "^21.8.4",
16 "lodash-es": "^4.17.21", 16 "lodash-es": "^4.17.21",
17 "loglevel": "^1.8.0", 17 "loglevel": "^1.8.0",
18 "loglevel-plugin-prefix": "^0.8.4", 18 "loglevel-plugin-prefix": "^0.8.4",
19 "mobx": "^6.5.0", 19 "mobx": "^6.6.0",
20 "mobx-state-tree": "^5.1.5", 20 "mobx-state-tree": "^5.1.5",
21 "nanoid": "^3.3.4", 21 "nanoid": "^3.3.4",
22 "slug": "^5.3.0" 22 "slug": "^5.3.0"
@@ -27,7 +27,7 @@
27 "@types/electron-devtools-installer": "^2.2.2", 27 "@types/electron-devtools-installer": "^2.2.2",
28 "@types/lodash-es": "^4.17.6", 28 "@types/lodash-es": "^4.17.6",
29 "@types/mkdirp": "^1.0.2", 29 "@types/mkdirp": "^1.0.2",
30 "@types/node": "^17.0.33", 30 "@types/node": "^17.0.35",
31 "@types/slug": "^5.0.3", 31 "@types/slug": "^5.0.3",
32 "@types/source-map-support": "^0.5.4", 32 "@types/source-map-support": "^0.5.4",
33 "electron-devtools-installer": "^3.2.0", 33 "electron-devtools-installer": "^3.2.0",