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.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/main/package.json b/packages/main/package.json
index 99451bd..eb2ecf6 100644
--- a/packages/main/package.json
+++ b/packages/main/package.json
@@ -10,7 +10,7 @@
10 "dependencies": { 10 "dependencies": {
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": "^4.1.2",
14 "electron": "16.0.5", 14 "electron": "16.0.5",
15 "json5": "^2.2.0", 15 "json5": "^2.2.0",
16 "lodash-es": "^4.17.21", 16 "lodash-es": "^4.17.21",
@@ -27,6 +27,7 @@
27 "@types/node": "^17.0.5", 27 "@types/node": "^17.0.5",
28 "electron-devtools-installer": "^3.2.0", 28 "electron-devtools-installer": "^3.2.0",
29 "esbuild": "^0.14.9", 29 "esbuild": "^0.14.9",
30 "jest": "^27.4.5",
30 "rimraf": "^3.0.2", 31 "rimraf": "^3.0.2",
31 "typescript": "^4.5.4" 32 "typescript": "^4.5.4"
32 } 33 }