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.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/main/package.json b/packages/main/package.json
index fceb392..fc972ba 100644
--- a/packages/main/package.json
+++ b/packages/main/package.json
@@ -11,9 +11,7 @@
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 "deep-equal": "^2.0.5",
15 "electron": "^19.0.0-alpha.1", 14 "electron": "^19.0.0-alpha.1",
16 "fs-extra": "^10.1.0",
17 "i18next": "^21.6.16", 15 "i18next": "^21.6.16",
18 "lodash-es": "^4.17.21", 16 "lodash-es": "^4.17.21",
19 "loglevel": "^1.8.0", 17 "loglevel": "^1.8.0",
@@ -21,15 +19,14 @@
21 "mobx": "^6.5.0", 19 "mobx": "^6.5.0",
22 "mobx-state-tree": "^5.1.3", 20 "mobx-state-tree": "^5.1.3",
23 "nanoid": "^3.3.3", 21 "nanoid": "^3.3.3",
24 "os-name": "^5.0.1",
25 "slug": "^5.3.0" 22 "slug": "^5.3.0"
26 }, 23 },
27 "devDependencies": { 24 "devDependencies": {
28 "@jest/globals": "^27.5.1", 25 "@jest/globals": "^27.5.1",
29 "@sophie/test-utils": "workspace:*", 26 "@sophie/test-utils": "workspace:*",
30 "@types/deep-equal": "^1.0.1",
31 "@types/electron-devtools-installer": "^2.2.2", 27 "@types/electron-devtools-installer": "^2.2.2",
32 "@types/lodash-es": "^4.17.6", 28 "@types/lodash-es": "^4.17.6",
29 "@types/mkdirp": "^1",
33 "@types/node": "^17.0.25", 30 "@types/node": "^17.0.25",
34 "@types/slug": "^5.0.3", 31 "@types/slug": "^5.0.3",
35 "@types/source-map-support": "^0.5.4", 32 "@types/source-map-support": "^0.5.4",
@@ -38,6 +35,7 @@
38 "git-repo-info": "^2.1.1", 35 "git-repo-info": "^2.1.1",
39 "jest": "^27.5.1", 36 "jest": "^27.5.1",
40 "jest-mock": "^27.5.1", 37 "jest-mock": "^27.5.1",
38 "mkdirp": "^1.0.4",
41 "source-map-support": "^0.5.21" 39 "source-map-support": "^0.5.21"
42 } 40 }
43} 41}