Skip to content

Commit

Permalink
fix: peerDependencies electron version
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Sep 3, 2023
1 parent de6ee7a commit d1ff766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/umijs-plugin-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"umi": "^4.0.73"
},
"peerDependencies": {
"electron": "^22.0.0",
"electron": ">=22.0.0",
"electron-builder": "*",
"umi": "^4.0.0"
},
Expand Down

0 comments on commit d1ff766

Please sign in to comment.