Skip to content

Commit 74b08cf

Browse files
committed
chore: support Electron 15
1 parent f654a67 commit 74b08cf

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ For given versions of Electron you must depend on a very specific version range
3737
| `^12.0.0` | `^14.0.0`|
3838
| `^13.0.0` | `^15.0.0`|
3939
| `^14.0.0` | `^16.0.0`|
40+
| `^15.0.0` | `^17.0.0`|
4041

4142
Learn more from [this presentation](https://speakerdeck.com/kevinsawicki/testing-your-electron-apps-with-chromedriver).
4243

package-lock.json

Lines changed: 18 additions & 18 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": "16.0.0",
3+
"version": "17.0.0",
44
"description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",
55
"main": "index.js",
66
"types": "./lib/spectron.d.ts",
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@electron/remote": "2.0.1",
3030
"dev-null": "^0.1.1",
31-
"electron-chromedriver": "14.0.0",
31+
"electron-chromedriver": "15.0.0",
3232
"got": "^11.8.0",
3333
"split": "^1.0.1",
3434
"webdriverio": "7.16.13"
@@ -40,7 +40,7 @@
4040
"chai-as-promised": "^7.1.1",
4141
"chai-roughly": "^1.0.0",
4242
"check-for-leaks": "^1.2.1",
43-
"electron": "^14.2.5",
43+
"electron": "^15.3.6",
4444
"eslint": "^7.14.0",
4545
"eslint-config-standard": "^16.0.2",
4646
"eslint-plugin-import": "^2.22.1",

0 commit comments

Comments
 (0)