Skip to content

Commit

Permalink
support electron 17 + 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Apr 21, 2022
1 parent 813e32a commit 9445e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
},
"peerDependencies": {
"electron": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
"electron": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"xo": "^0.38.2"
Expand Down

0 comments on commit 9445e2c

Please sign in to comment.