Skip to content

Commit

Permalink
chore: v19.0.0 (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Feb 2, 2022
1 parent c4b429f commit cc21bff
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -39,6 +39,7 @@ For given versions of Electron you must depend on a very specific version range
| `^14.0.0` | `^16.0.0`|
| `^15.0.0` | `^17.0.0`|
| `^16.0.0` | `^18.0.0`|
| `^17.0.0` | `^19.0.0`|

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

Expand Down
32 changes: 16 additions & 16 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
@@ -1,6 +1,6 @@
{
"name": "spectron",
"version": "18.0.0",
"version": "19.0.0",
"description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",
"main": "index.js",
"types": "./lib/spectron.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@electron/remote": "2.0.4",
"dev-null": "^0.1.1",
"electron-chromedriver": "16.0.0",
"electron-chromedriver": "17.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": "^16.0.8",
"electron": "^17.0.0",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
Expand Down

0 comments on commit cc21bff

Please sign in to comment.