Skip to content

Commit

Permalink
deps: Upgrade @electron/remote to v2.1.2
Browse files Browse the repository at this point in the history
  Fixes a crash with Electron v26. See:
  - electron/remote#154
  - electron/remote#166
  • Loading branch information
taratatach committed Aug 2, 2024
1 parent c3d7935 commit 36ac4b1
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 @@ -79,7 +79,7 @@
},
"dependencies": {
"@babel/runtime": "7.16.7",
"@electron/remote": "2.0.8",
"@electron/remote": "2.1.2",
"@parcel/watcher": "https://github.com/taratatach/parcel-watcher.git#v3.0.0",
"@sentry/electron": "3.0.7",
"@sentry/integrations": "7.5.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1079,10 +1079,10 @@
fs-extra "^9.0.1"
promise-retry "^2.0.1"

"@electron/remote@2.0.8":
version "2.0.8"
resolved "https://registry.yarnpkg.com/@electron/remote/-/remote-2.0.8.tgz#85ff321f0490222993207106e2f720273bb1a5c3"
integrity sha512-P10v3+iFCIvEPeYzTWWGwwHmqWnjoh8RYnbtZAb3RlQefy4guagzIwcWtfftABIfm6JJTNQf4WPSKWZOpLmHXw==
"@electron/remote@2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@electron/remote/-/remote-2.1.2.tgz#52a97c8faa5b769155b649ef262f2f8c851776e6"
integrity sha512-EPwNx+nhdrTBxyCqXt/pftoQg/ybtWDW3DUWHafejvnB1ZGGfMpv6e15D8KeempocjXe78T7WreyGGb3mlZxdA==

"@electron/universal@1.2.1":
version "1.2.1"
Expand Down

0 comments on commit 36ac4b1

Please sign in to comment.