Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
chore: update electron
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Jun 9, 2019
1 parent a0330c1 commit 3fc1366
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
- run:
name: Install dependencies
command: |
apt get install ibdbus-1-3
npm i -g yarn
yarn install
- run:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
},
"dependencies": {
"ava": "1.1",
"electron": "^5.0.0-beta.2",
"electron": "^5.0.3",
"make-dir": "^1.3.0",
"require-hacker": "^3.0.1"
},
Expand Down
17 changes: 4 additions & 13 deletions yarn.lock
Expand Up @@ -1667,19 +1667,10 @@ electron-download@^4.1.0:
semver "^5.4.1"
sumchecker "^2.0.2"

electron-nightly@^6.0.0-nightly.20190123:
version "6.0.0-nightly.20190123"
resolved "https://registry.yarnpkg.com/electron-nightly/-/electron-nightly-6.0.0-nightly.20190123.tgz#ad01d7cbc229ee12f295e627d5ac0764a5c76ebc"
integrity sha512-kVZcEQFnfPpFte7lNxvJKPZANHS1oSVNA4xsK05IFUKduGboJ5hxOdIwQWgBa51UKpzo8dEvcAOe2uXcPr2YkA==
dependencies:
"@types/node" "^10.12.18"
electron-download "^4.1.0"
extract-zip "^1.0.3"

electron@^5.0.0-beta.2:
version "5.0.0-beta.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-5.0.0-beta.2.tgz#c16291138e65ccf81128269e219d0e4d6e46ea98"
integrity sha512-+GCN1/eTxReidBoFOxdXjF9QyOgZpjMOA0ZwpZrPFUpKrGxEdZTCP5hBt9HtN51SJkNw0XPC/aX89ForFgPqkg==
electron@^5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-5.0.3.tgz#919818962caffbd909af15bc8a3034be972fa76e"
integrity sha512-kgnxPQoTNzu0lKC8ToAktt93mTimgqHZGFCVmTaFjs1G2Bk9VqKHljbQemH+REKAaw1aEgIRn2JCrTe0Dy7fVQ==
dependencies:
"@types/node" "^10.12.18"
electron-download "^4.1.0"
Expand Down

0 comments on commit 3fc1366

Please sign in to comment.