Skip to content

Commit

Permalink
feat: update electron to the latest version released
Browse files Browse the repository at this point in the history
  • Loading branch information
roldanjr committed Jun 19, 2020
1 parent 870e3a5 commit 465f72a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion app/electron/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"module": "commonjs",
"allowJs": false,
"noEmit": false,
"outDir": "../public"
"outDir": "../public",
"removeComments": true
},
"include": ["**/*"]
}
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.0",
"@types/uuid": "^8.0.0",
"electron": "^8.2.5",
"electron": "^9.0.4",
"electron-builder": "^22.6.1",
"say": "^0.16.0",
"semantic-release": "^17.0.7",
Expand Down
1 change: 0 additions & 1 deletion app/public/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ var __spreadArrays = (this && this.__spreadArrays) || function () {
Object.defineProperty(exports, "__esModule", { value: true });
var electron_1 = require("electron");
var helpers_1 = require("./helpers");
// https://github.com/electron/electron/issues/9920#issuecomment-575839738
electron_1.contextBridge.exposeInMainWorld("electron", {
send: function (channel) {
var args = [];
Expand Down
8 changes: 4 additions & 4 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4895,10 +4895,10 @@ electron-updater@^4.3.1:
lodash.isequal "^4.5.0"
semver "^7.1.3"

electron@^8.2.5:
version "8.3.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-8.3.0.tgz#c2b565a4c10d6d287d20164bcd5a478468b940a9"
integrity sha512-XRjiIJICZCgUr2vKSUI2PTkfP0gPFqCtqJUaTJSfCTuE3nTrxBKOUNeRMuCzEqspKkpFQU3SB3MdbMSHmZARlQ==
electron@^9.0.4:
version "9.0.4"
resolved "https://registry.yarnpkg.com/electron/-/electron-9.0.4.tgz#5aa72c1576c82c19f6e087311ffe1d7b74358d25"
integrity sha512-QzkeZNAiNB7KxcdoQKSoaiVT/GQdB4Vt0/ZZOuU8tIKABAsni2I7ztiAbUzxcsnQsqEBSfChuPuDQ5A4VbbzPg==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^12.0.12"
Expand Down

0 comments on commit 465f72a

Please sign in to comment.