Skip to content

Commit aa7a137

Browse files
author
John Kleinschmidt
authored
chore: Update for Electron 8.0.0 stable (#537)
* Update for Electron 8.0.0 stable
1 parent f3ee128 commit aa7a137

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

package-lock.json

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectron",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",
55
"main": "index.js",
66
"types": "./lib/spectron.d.ts",
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@types/webdriverio": "^4.8.0",
2929
"dev-null": "^0.1.1",
30-
"electron-chromedriver": "^8.0.0-beta.7",
30+
"electron-chromedriver": "^8.0.0",
3131
"request": "^2.87.0",
3232
"split": "^1.0.0",
3333
"webdriverio": "^4.13.0"
@@ -37,7 +37,7 @@
3737
"chai-as-promised": "^7.1.1",
3838
"chai-roughly": "^1.0.0",
3939
"check-for-leaks": "^1.0.2",
40-
"electron": "^8.0.0-beta.7",
40+
"electron": "^8.0.0",
4141
"husky": "^4.2.1",
4242
"mocha": "^7.0.1",
4343
"standard": "^12.0.1",

0 commit comments

Comments
 (0)