aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-03 03:07:50 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-02-08 21:42:22 +0100
commit59fc8666ae26f672ab6232cd637021aa61cd0e76 (patch)
tree10a4328e9ccb1a2fcdc6c1042876d4f1d5630946 /packages/main/package.json
parentfeat: Add Profile and Service stores (diff)
downloadsophie-59fc8666ae26f672ab6232cd637021aa61cd0e76.tar.gz
sophie-59fc8666ae26f672ab6232cd637021aa61cd0e76.tar.zst
sophie-59fc8666ae26f672ab6232cd637021aa61cd0e76.zip
feat: Rewrite the config if new details are added
If we generate a new ID or a new profile, it should be added to the config file immediately. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
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",