Skip to content

Commit cc21bff

Browse files
authored
chore: v19.0.0 (#1054)
1 parent c4b429f commit cc21bff

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ For given versions of Electron you must depend on a very specific version range
3939
| `^14.0.0` | `^16.0.0`|
4040
| `^15.0.0` | `^17.0.0`|
4141
| `^16.0.0` | `^18.0.0`|
42+
| `^17.0.0` | `^19.0.0`|
4243

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

package-lock.json

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

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectron",
3-
"version": "18.0.0",
3+
"version": "19.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.4",
3030
"dev-null": "^0.1.1",
31-
"electron-chromedriver": "16.0.0",
31+
"electron-chromedriver": "17.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": "^16.0.8",
43+
"electron": "^17.0.0",
4444
"eslint": "^7.14.0",
4545
"eslint-config-standard": "^16.0.2",
4646
"eslint-plugin-import": "^2.22.1",

0 commit comments

Comments
 (0)