Skip to content

Commit

Permalink
Bump to electron 34 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein authored Feb 18, 2025
1 parent fe0b554 commit 6117ea1
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 @@ -105,7 +105,7 @@
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"download": "^8.0.0",
"electron": "^33.4.1",
"electron": "^34.2.0",
"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 @@ -5909,10 +5909,10 @@ electron-webpack@^2.8.2:
webpack-merge "^4.2.2"
yargs "^15.3.1"

electron@^33.4.1:
version "33.4.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-33.4.1.tgz#402a437a6f16b7316dd8443b60eb179734efc635"
integrity sha512-ICXI9hw3Ru3XwaZLZdwyARn85GpoF9n4BrrwkHJtsoi4rl3qA7IM/Qu5HlDhqnbH4XuPNmHwoJ8bGJqo0lJ4+A==
electron@^34.2.0:
version "34.2.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-34.2.0.tgz#3cec06c34f47f0e86956be71629b485b290bafd1"
integrity sha512-SYwBJNeXBTm1q/ErybQMUBZAYqEreBUqBwTrNkw1rV4YatDZk5Aittpcus3PPeC4UoI/tqmJ946uG8AKHTd6CA==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^20.9.0"
Expand Down

0 comments on commit 6117ea1

Please sign in to comment.