aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-04-14 15:02:14 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:00 +0200
commitc855592c20c7c3e6058e71697eefe28cbe89f853 (patch)
tree19b9584e837395245a7d4645f6e0e39f12280a29 /packages/main
parentfeat(renderer): Localize window title (diff)
downloadsophie-c855592c20c7c3e6058e71697eefe28cbe89f853.tar.gz
sophie-c855592c20c7c3e6058e71697eefe28cbe89f853.tar.zst
sophie-c855592c20c7c3e6058e71697eefe28cbe89f853.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 491e83a..4ebc994 100644
--- a/packages/main/package.json
+++ b/packages/main/package.json
@@ -12,9 +12,9 @@
12 "@sophie/shared": "workspace:*", 12 "@sophie/shared": "workspace:*",
13 "chalk": "^5.0.1", 13 "chalk": "^5.0.1",
14 "deep-equal": "^2.0.5", 14 "deep-equal": "^2.0.5",
15 "electron": "18.0.1", 15 "electron": "18.0.3",
16 "fs-extra": "^10.0.1", 16 "fs-extra": "^10.0.1",
17 "i18next": "^21.6.14", 17 "i18next": "^21.6.16",
18 "json5": "^2.2.1", 18 "json5": "^2.2.1",
19 "lodash-es": "^4.17.21", 19 "lodash-es": "^4.17.21",
20 "loglevel": "^1.8.0", 20 "loglevel": "^1.8.0",
@@ -33,11 +33,11 @@
33 "@types/electron-devtools-installer": "^2.2.1", 33 "@types/electron-devtools-installer": "^2.2.1",
34 "@types/lodash-es": "^4.17.6", 34 "@types/lodash-es": "^4.17.6",
35 "@types/ms": "^0.7.31", 35 "@types/ms": "^0.7.31",
36 "@types/node": "^17.0.23", 36 "@types/node": "^17.0.24",
37 "@types/slug": "^5.0.3", 37 "@types/slug": "^5.0.3",
38 "@types/source-map-support": "^0.5.4", 38 "@types/source-map-support": "^0.5.4",
39 "electron-devtools-installer": "^3.2.0", 39 "electron-devtools-installer": "^3.2.0",
40 "esbuild": "^0.14.29", 40 "esbuild": "^0.14.36",
41 "git-repo-info": "^2.1.1", 41 "git-repo-info": "^2.1.1",
42 "jest": "^27.5.1", 42 "jest": "^27.5.1",
43 "jest-mock": "^27.5.1", 43 "jest-mock": "^27.5.1",