We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8d90e commit f7cbdbaCopy full SHA for f7cbdba
index.js
@@ -30,7 +30,10 @@ const createWindow = () => {
30
show: false,
31
webPreferences: {
32
backgroundThrottling: false,
33
- nodeIntegration: true
+ contextIsolation: false,
34
+ enableRemoteModule: true,
35
+ nodeIntegration: true,
36
+ worldSafeExecuteJavaScript: false
37
}
38
})
39
mainWindowState.manage(mainWindow)
package.json
@@ -18,7 +18,7 @@
18
"dependencies": {
19
"@emotion/react": "^11.9.3",
20
"date-fns": "^1.28.2",
21
- "electron": "^5.0.13",
+ "electron": "^12.2.3",
22
"electron-window-state": "^4.1.0",
23
"fuzzy-search": "^1.4.0",
24
"in-view": "^0.6.1",
@@ -57,6 +57,6 @@
57
]
58
},
59
"browserslist": [
60
- "electron 5.0.13"
+ "electron 12.2.3"
61
62
0 commit comments