Skip to content

Commit

Permalink
Bump to electron 32
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Sep 29, 2024
1 parent 3390635 commit 18b4d85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"cross-env": "^7.0.3",
"dotenv": "^16.0.2",
"download": "^8.0.0",
"electron": "^31.6.0",
"electron": "^32.1.2",
"electron-builder": "^24.13.3",
"electron-download": "^4.1.1",
"electron-webpack": "^2.8.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5729,10 +5729,10 @@ electron-webpack@^2.8.2:
webpack-merge "^4.2.2"
yargs "^15.3.1"

electron@^31.6.0:
version "31.6.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-31.6.0.tgz#625809a2dfad1dbabcc04552b35f313fc238fd69"
integrity sha512-J64VtIF8DI/zsGgoYd3p5LbxAWjt59tk2cBSHJNzVhzgiVgDyPFkBwsqmN4gUvyv+6l6+WoYpYmYdapr2o4bPw==
electron@^32.1.2:
version "32.1.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-32.1.2.tgz#84d1efd95d41224e58a6a9bbd1db4ba80154fc02"
integrity sha512-CXe6doFzhmh1U7daOvUzmF6Cj8hssdYWMeEPRnRO6rB9/bbwMlWctcQ7P8NJXhLQ88/vYUJQrJvlJPh8qM0BRQ==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^20.9.0"
Expand Down

0 comments on commit 18b4d85

Please sign in to comment.