Skip to content

Commit 0e91e2b

Browse files
dependabot-preview[bot]John Kleinschmidt
and
John Kleinschmidt
authored
chore: bump electron from 8.0.0 to 9.0.0 (#611)
* chore: bump electron from 8.0.0 to 9.0.0 Bumps [electron](https://github.com/electron/electron) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](electron/electron@v8.0.0...v9.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Update for electron v9.0.0 * chore: bump typescript from 3.7.5 to 3.9.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.5 to 3.9.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.7.5...v3.9.2) Signed-off-by: dependabot-preview[bot] <[email protected]> * chore: bump husky from 4.2.1 to 4.2.5 Bumps [husky](https://github.com/typicode/husky) from 4.2.1 to 4.2.5. - [Release notes](https://github.com/typicode/husky/releases) - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md) - [Commits](typicode/husky@v4.2.1...v4.2.5) Signed-off-by: dependabot-preview[bot] <[email protected]> * v11.0.0 Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <[email protected]>
1 parent 732fe76 commit 0e91e2b

File tree

4 files changed

+594
-615
lines changed

4 files changed

+594
-615
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ For given versions of Electron you must depend on a very specific version range
2828
| `^5.0.0` | `^7.0.0` |
2929
| `^6.0.0` | `^8.0.0` |
3030
| `^7.0.0` | `^9.0.0` |
31-
| `^8.0.0` | `^10.0.0` |
31+
| `^8.0.0` | `^10.0.0`|
32+
| `^9.0.0` | `^11.0.0`|
3233

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

0 commit comments

Comments
 (0)