Skip to content

Commit

Permalink
chore(deps): Update dependency electron to v20 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 2, 2022
1 parent 02c389d commit 8b89b14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electron/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@wcj/tools-app-preload": "1.9.4",
"cpy-cli": "4.1.0",
"electron": "19.0.5",
"electron": "20.0.0",
"electron-builder": "23.1.0",
"website": "1.9.4"
}
Expand Down
2 changes: 1 addition & 1 deletion electron/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"lib"
],
"devDependencies": {
"electron": "19.0.5"
"electron": "20.0.0"
}
}
2 changes: 1 addition & 1 deletion electron/preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"lib"
],
"devDependencies": {
"electron": "19.0.5"
"electron": "20.0.0"
}
}

0 comments on commit 8b89b14

Please sign in to comment.