aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/package.json')
-rw-r--r--packages/main/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/main/package.json b/packages/main/package.json
index 80a93b9..c03e81e 100644
--- a/packages/main/package.json
+++ b/packages/main/package.json
@@ -11,6 +11,7 @@
11 "@sophie/service-shared": "workspace:*", 11 "@sophie/service-shared": "workspace:*",
12 "@sophie/shared": "workspace:*", 12 "@sophie/shared": "workspace:*",
13 "chalk": "^5.0.0", 13 "chalk": "^5.0.0",
14 "deep-equal": "^2.0.5",
14 "electron": "17.0.0", 15 "electron": "17.0.0",
15 "fs-extra": "^10.0.0", 16 "fs-extra": "^10.0.0",
16 "json5": "^2.2.0", 17 "json5": "^2.2.0",
@@ -26,6 +27,7 @@
26 }, 27 },
27 "devDependencies": { 28 "devDependencies": {
28 "@jest/globals": "^27.4.6", 29 "@jest/globals": "^27.4.6",
30 "@types/deep-equal": "^1.0.1",
29 "@types/electron-devtools-installer": "^2.2.1", 31 "@types/electron-devtools-installer": "^2.2.1",
30 "@types/lodash-es": "^4.17.5", 32 "@types/lodash-es": "^4.17.5",
31 "@types/ms": "^0.7.31", 33 "@types/ms": "^0.7.31",