Skip to content

Commit

Permalink
Merge pull request #1052 from electron-userland/electron-v15.0.0
Browse files Browse the repository at this point in the history
chore: v15.0.0
  • Loading branch information
VerteDinde committed Feb 2, 2022
2 parents f654a67 + 74b08cf commit 640b23a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -37,6 +37,7 @@ For given versions of Electron you must depend on a very specific version range
| `^12.0.0` | `^14.0.0`|
| `^13.0.0` | `^15.0.0`|
| `^14.0.0` | `^16.0.0`|
| `^15.0.0` | `^17.0.0`|

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

Expand Down
36 changes: 18 additions & 18 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": "16.0.0",
"version": "17.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.1",
"dev-null": "^0.1.1",
"electron-chromedriver": "14.0.0",
"electron-chromedriver": "15.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": "^14.2.5",
"electron": "^15.3.6",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
Expand Down

0 comments on commit 640b23a

Please sign in to comment.