Skip to content

Commit

Permalink
chore: bump electron from 8.0.0 to 9.0.0 (#611)
Browse files Browse the repository at this point in the history
* 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] <support@dependabot.com>

* 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] <support@dependabot.com>

* 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] <support@dependabot.com>

* v11.0.0

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@github.com>
  • Loading branch information
dependabot-preview[bot] and John Kleinschmidt committed May 19, 2020
1 parent 732fe76 commit 0e91e2b
Show file tree
Hide file tree
Showing 4 changed files with 594 additions and 615 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -28,7 +28,8 @@ For given versions of Electron you must depend on a very specific version range
| `^5.0.0` | `^7.0.0` |
| `^6.0.0` | `^8.0.0` |
| `^7.0.0` | `^9.0.0` |
| `^8.0.0` | `^10.0.0` |
| `^8.0.0` | `^10.0.0`|
| `^9.0.0` | `^11.0.0`|

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

Expand Down

0 comments on commit 0e91e2b

Please sign in to comment.