diff --git a/package.json b/package.json index b1704c3..451e6bb 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "img/" ], "afterSign": ".erb/scripts/Notarize.js", + "electronVersion": "22.3.1", "nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true @@ -325,5 +326,10 @@ "hooks": { "pre-commit": "lint-staged" } + }, + "workspaces": { + "nohoist": [ + "electron" + ] } }