Skip to content

Commit

Permalink
chore: upgrade to electron@20
Browse files Browse the repository at this point in the history
  • Loading branch information
KochiyaOcean committed Aug 5, 2022
1 parent 2eeb2f6 commit 365eac0
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 40 deletions.
Binary file not shown.
Binary file not shown.
145 changes: 107 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"asar": "^3.1.0",
"babel-jest": "^28.1.1",
"cross-env": "^7.0.3",
"electron": "^19.0.4",
"electron": "^20.0.1",
"electron-builder": "^23.0.3",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion views/kan-game-wrapper.es
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export class KanGameWrapper extends Component {
ref={this.webview}
disablewebsecurity="on"
allowpopups="on"
webpreferences="allowRunningInsecureContent=no, backgroundThrottling=no, contextIsolation=no"
webpreferences="allowRunningInsecureContent=no, backgroundThrottling=no, contextIsolation=no, sandbox=no"
preload={preloadUrl}
style={{
width: '100%',
Expand Down

0 comments on commit 365eac0

Please sign in to comment.