Skip to content

Commit 25f6cd4

Browse files
authored
chore: support Electron 16 (#1053)
1 parent b28834d commit 25f6cd4

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ For given versions of Electron you must depend on a very specific version range
3838
| `^13.0.0` | `^15.0.0`|
3939
| `^14.0.0` | `^16.0.0`|
4040
| `^15.0.0` | `^17.0.0`|
41+
| `^16.0.0` | `^18.0.0`|
4142

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

package-lock.json

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectron",
3-
"version": "17.0.0",
3+
"version": "18.0.0",
44
"description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",
55
"main": "index.js",
66
"types": "./lib/spectron.d.ts",
@@ -26,9 +26,9 @@
2626
"author": "Kevin Sawicki",
2727
"license": "MIT",
2828
"dependencies": {
29-
"@electron/remote": "2.0.1",
29+
"@electron/remote": "2.0.4",
3030
"dev-null": "^0.1.1",
31-
"electron-chromedriver": "15.0.0",
31+
"electron-chromedriver": "16.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": "^15.3.6",
43+
"electron": "^16.0.8",
4444
"eslint": "^7.14.0",
4545
"eslint-config-standard": "^16.0.2",
4646
"eslint-plugin-import": "^2.22.1",

0 commit comments

Comments
 (0)