Skip to content

Commit

Permalink
ref/ upgrade electron to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
GRIS Maxime committed Feb 7, 2020
1 parent 7df49ff commit 320ce2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Bootstrap and package your project with Angular 8 and Electron (Typescript + SAS

Currently runs with:

- Angular v8.2.14
- Electron v7.1.7
- Angular v9.0.0
- Electron v8.0.0
- Electron Builder v21.2.0

With this sample, you can :
Expand Down Expand Up @@ -92,7 +92,8 @@ Maybe you want to execute the application in the browser with hot reload ? Just
- Angular 5 & Electron 1 : Branch [angular5](https://github.com/maximegris/angular-electron/tree/angular5)
- Angular 6 & Electron 3 : Branch [angular6](https://github.com/maximegris/angular-electron/tree/angular6)
- Angular 7 & Electron 3 : Branch [angular7](https://github.com/maximegris/angular-electron/tree/angular7)
- Angular 8 & Electron 7 : (master)
- Angular 8 & Electron 7 : Branch [angular7](https://github.com/maximegris/angular-electron/tree/angular8)
- Angular 9 & Electron 8 : (master)

[build-badge]: https://travis-ci.org/maximegris/angular-electron.svg?branch=master&style=style=flat-square
[build]: https://travis-ci.org/maximegris/angular-electron
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-electron",
"version": "6.4.1",
"version": "7.0.0",
"description": "Angular 8 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {
Expand Down Expand Up @@ -64,8 +64,8 @@
"codelyzer": "5.1.2",
"conventional-changelog-cli": "2.0.32",
"core-js": "3.1.4",
"electron": "7.1.7",
"electron-builder": "21.2.0",
"electron": "8.0.0",
"electron-builder": "22.3.2",
"electron-reload": "1.5.0",
"eslint": "6.6.0",
"eslint-plugin-import": "2.18.2",
Expand Down

0 comments on commit 320ce2f

Please sign in to comment.