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 046404b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
defaults: &defaults
working_directory: ~/avaron
docker:
- image: bokuweb/docker-node-browser
- image: bokuweb/node-xcb-xvfb
environment:
DISPLAY: ":99"

Expand All @@ -16,8 +16,11 @@ jobs:
- run:
name: Install dependencies
command: |
apt-get -s install libdbus-1-3
apt-cache policy libdbus-1-3
npm i -g yarn
yarn install
ls -la /lib/x86_64-linux-gnu/libdbus-1.so.3
- run:
name: Test
command: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"dependencies": {
"ava": "1.1",
"electron": "^5.0.0-beta.2",
"electron": "6.0.0-beta.6",
"make-dir": "^1.3.0",
"require-hacker": "^3.0.1"
},
Expand Down
17 changes: 4 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
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@6.0.0-beta.6:
version "6.0.0-beta.6"
resolved "https://registry.yarnpkg.com/electron/-/electron-6.0.0-beta.6.tgz#11b8395b9dd25f9ecf79beaac726e18031b71c0d"
integrity sha512-w09md+UPBd7p20divMi91cOYYvIYtfOYFjc4Gm+ki8HVRTQlHpnhq752Suzie2NyGKIJYoK5MZbF06HIyPxO4g==
dependencies:
"@types/node" "^10.12.18"
electron-download "^4.1.0"
Expand Down

0 comments on commit 046404b

Please sign in to comment.