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.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/main/package.json b/packages/main/package.json
index c03e81e..9b87835 100644
--- a/packages/main/package.json
+++ b/packages/main/package.json
@@ -33,10 +33,12 @@
33 "@types/ms": "^0.7.31", 33 "@types/ms": "^0.7.31",
34 "@types/node": "^17.0.12", 34 "@types/node": "^17.0.12",
35 "@types/slug": "^5", 35 "@types/slug": "^5",
36 "@types/source-map-support": "^0",
36 "electron-devtools-installer": "^3.2.0", 37 "electron-devtools-installer": "^3.2.0",
37 "esbuild": "^0.14.14", 38 "esbuild": "^0.14.14",
38 "git-repo-info": "^2.1.1", 39 "git-repo-info": "^2.1.1",
39 "jest": "^27.4.7", 40 "jest": "^27.4.7",
40 "jest-mock": "^27.4.6" 41 "jest-mock": "^27.4.6",
42 "source-map-support": "^0.5.21"
41 } 43 }
42} 44}