Skip to content

Commit

Permalink
chore: support Electron 16 (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Feb 2, 2022
1 parent b28834d commit 25f6cd4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -38,6 +38,7 @@ For given versions of Electron you must depend on a very specific version range
| `^13.0.0` | `^15.0.0`|
| `^14.0.0` | `^16.0.0`|
| `^15.0.0` | `^17.0.0`|
| `^16.0.0` | `^18.0.0`|

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

Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "spectron",
"version": "17.0.0",
"version": "18.0.0",
"description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",
"main": "index.js",
"types": "./lib/spectron.d.ts",
Expand All @@ -26,9 +26,9 @@
"author": "Kevin Sawicki",
"license": "MIT",
"dependencies": {
"@electron/remote": "2.0.1",
"@electron/remote": "2.0.4",
"dev-null": "^0.1.1",
"electron-chromedriver": "15.0.0",
"electron-chromedriver": "16.0.0",
"got": "^11.8.0",
"split": "^1.0.1",
"webdriverio": "7.16.13"
Expand All @@ -40,7 +40,7 @@
"chai-as-promised": "^7.1.1",
"chai-roughly": "^1.0.0",
"check-for-leaks": "^1.2.1",
"electron": "^15.3.6",
"electron": "^16.0.8",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
Expand Down

0 comments on commit 25f6cd4

Please sign in to comment.