Skip to content

Commit

Permalink
fix: lower electron version as bumping causes release build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Apr 14, 2022
1 parent a9b2a31 commit dff7116
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pomatez",
"version": "1.2.1",
"version": "1.2.0",
"private": true,
"license": "MIT",
"main": "./build/main.js",
Expand Down Expand Up @@ -100,7 +100,7 @@
"@types/uuid": "^8.3.0",
"babel-core": "^6.26.3",
"babel-jest": "^26.6.3",
"electron": "11.5.0",
"electron": "10.1.2",
"electron-builder": "^22.8.0",
"regenerator-runtime": "^0.13.7",
"ts-jest": "^26.5.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9378,10 +9378,10 @@ electron-updater@^4.3.4:
lodash.isequal "^4.5.0"
semver "^7.3.2"

electron@11.5.0:
version "11.5.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-11.5.0.tgz#f1650543b9d8f2047d3807755bdb120153ed210f"
integrity sha512-WjNDd6lGpxyiNjE3LhnFCAk/D9GIj1rU3GSDealVShhkkkPR3Vh4q8ErXGDl1OAO/faomVa10KoFPUN/pLbNxg==
electron@10.1.2:
version "10.1.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-10.1.2.tgz#30b6fd7669f8daf08c56219a61dfa053fa2b0c70"
integrity sha512-SvN8DcKCmPZ0UcQSNAJBfaUu+LGACqtRhUn1rW0UBLHgdbbDM76L0GU5/XGQEllH5pu5bwlCZwax3srzIl+Aeg==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^12.0.12"
Expand Down

0 comments on commit dff7116

Please sign in to comment.