Skip to content

Commit c7587aa

Browse files
committed
bump electron & co.
1 parent de60daa commit c7587aa

4 files changed

Lines changed: 60 additions & 1075 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ The project includes integration tests that use ChromeDriver to control the Elec
194194
The integration tests download a specific ChromeDriver version that must match the Electron version used by the app. If you update the Electron version in `package.json`, you must also update `integration-tests/versions.go` to match:
195195

196196
```go
197-
const electronVersion = "41.3.0" // Must match package.json electron version
198-
const chromeDriverVersionString = "ChromeDriver 146.0.7680.188" // Chrome version for that Electron
197+
const electronVersion = "41.5.0" // Must match package.json electron version
198+
const chromeDriverVersionString = "ChromeDriver 146.0.7680.216" // Chrome version for that Electron
199199
```
200200

201201
To find the correct Chrome version for an Electron release, check the [Electron Releases](https://releases.electronjs.org/) page.

integration-tests/versions.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package main
22

3-
const electronVersion = "41.3.0"
4-
const chromeDriverVersionString = "ChromeDriver 146.0.7680.188"
3+
const electronVersion = "41.5.0"
4+
const chromeDriverVersionString = "ChromeDriver 146.0.7680.216"

0 commit comments

Comments
 (0)