Skip to content

Commit

Permalink
feat: update Electron to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyadan committed Sep 10, 2022
1 parent fb9b443 commit 9480765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
npx electron --debug=5858 .
npx electron .

init:
npm install
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"jquery": "^3.6.0",
"riot": "^3.13.2",
"riotcontrol": "^0.0.3",
"@electron/remote": "2.0.1"
"@electron/remote": "^2.0.8"
},
"devDependencies": {
"electron": "^17.0.0",
"electron": "^19.0.0",
"electron-packager": "^15.4.0",
"license-checker": "^25.0.1"
}
Expand Down

0 comments on commit 9480765

Please sign in to comment.