Skip to content

Commit

Permalink
Make electron builder recognize electron version
Browse files Browse the repository at this point in the history
  • Loading branch information
serjonya-trili committed Jun 17, 2024
1 parent df8dcb4 commit d0a123d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"bip39": "^3.1.0",
"cross-env": "^7.0.3",
"date-fns": "^3.6.0",
"electron": "^31.0.1",
"electron": "31.0.1",
"electron-builder": "^24.13.3",
"electronmon": "^2.0.3",
"eslint": "^8.57.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6218,7 +6218,7 @@ __metadata:
bip39: "npm:^3.1.0"
cross-env: "npm:^7.0.3"
date-fns: "npm:^3.6.0"
electron: "npm:^31.0.1"
electron: "npm:31.0.1"
electron-builder: "npm:^24.13.3"
electron-updater: "npm:^6.2.1"
electronmon: "npm:^2.0.3"
Expand Down Expand Up @@ -8627,7 +8627,7 @@ __metadata:
languageName: node
linkType: hard

"electron@npm:^31.0.1":
"electron@npm:31.0.1":
version: 31.0.1
resolution: "electron@npm:31.0.1"
dependencies:
Expand Down

0 comments on commit d0a123d

Please sign in to comment.