Skip to content

Commit

Permalink
chore: Update for Electron 8.0.0 stable (#537)
Browse files Browse the repository at this point in the history
* Update for Electron 8.0.0 stable
  • Loading branch information
John Kleinschmidt committed Feb 4, 2020
1 parent f3ee128 commit aa7a137
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectron",
"version": "10.0.0",
"version": "10.0.1",
"description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",
"main": "index.js",
"types": "./lib/spectron.d.ts",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@types/webdriverio": "^4.8.0",
"dev-null": "^0.1.1",
"electron-chromedriver": "^8.0.0-beta.7",
"electron-chromedriver": "^8.0.0",
"request": "^2.87.0",
"split": "^1.0.0",
"webdriverio": "^4.13.0"
Expand All @@ -37,7 +37,7 @@
"chai-as-promised": "^7.1.1",
"chai-roughly": "^1.0.0",
"check-for-leaks": "^1.0.2",
"electron": "^8.0.0-beta.7",
"electron": "^8.0.0",
"husky": "^4.2.1",
"mocha": "^7.0.1",
"standard": "^12.0.1",
Expand Down

0 comments on commit aa7a137

Please sign in to comment.