Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Update to electron 5 (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 authored and Tbaut committed May 8, 2019
1 parent 5bdd42a commit 70b339b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/fether-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"devDependencies": {
"copyfiles": "^2.1.0",
"cross-env": "^5.2.0",
"electron": "^4.0.1",
"electron": "^5.0.1",
"electron-builder": "^20.38.5",
"electron-webpack": "^2.6.1",
"webpack": "^4.29.1",
"webpack-build-notifier": "^0.1.30"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5599,10 +5599,10 @@ electron-webpack@^2.6.1:
webpack-merge "^4.2.1"
yargs "^12.0.5"

electron@^4.0.1:
version "4.1.4"
resolved "https://registry.yarnpkg.com/electron/-/electron-4.1.4.tgz#41ba9e041f38c25c62a7db806884410654df058f"
integrity sha512-MelOjntJvd33izEjR6H4N/Uii7y535z/b2BuYXJGLNSHL6o1IlyhUQmfiT87kWABayERgeuYERgvsyf956OOFw==
electron@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-5.0.1.tgz#6bd7bf4d25e9bfce4cccd629d587fba5281f95cc"
integrity sha512-8KksyhAPcpXVeO8ViVGxfZAuf8yEVBCtV0h/lMBD8VFbCQ9icej1K5csCFAGirbZbqOz5IdsBZX9Gpb9n4RCag==
dependencies:
"@types/node" "^10.12.18"
electron-download "^4.1.0"
Expand Down

0 comments on commit 70b339b

Please sign in to comment.