ref/ upgrade electron to v8
This commit is contained in:
@@ -15,8 +15,8 @@ Bootstrap and package your project with Angular 8 and Electron (Typescript + SAS
|
|||||||
|
|
||||||
Currently runs with:
|
Currently runs with:
|
||||||
|
|
||||||
- Angular v8.2.14
|
- Angular v9.0.0
|
||||||
- Electron v7.1.7
|
- Electron v8.0.0
|
||||||
- Electron Builder v21.2.0
|
- Electron Builder v21.2.0
|
||||||
|
|
||||||
With this sample, you can :
|
With this sample, you can :
|
||||||
@@ -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 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 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 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-badge]: https://travis-ci.org/maximegris/angular-electron.svg?branch=master&style=style=flat-square
|
||||||
[build]: https://travis-ci.org/maximegris/angular-electron
|
[build]: https://travis-ci.org/maximegris/angular-electron
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "angular-electron",
|
"name": "angular-electron",
|
||||||
"version": "6.4.1",
|
"version": "7.0.0",
|
||||||
"description": "Angular 8 with Electron (Typescript + SASS + Hot Reload)",
|
"description": "Angular 8 with Electron (Typescript + SASS + Hot Reload)",
|
||||||
"homepage": "https://github.com/maximegris/angular-electron",
|
"homepage": "https://github.com/maximegris/angular-electron",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -64,8 +64,8 @@
|
|||||||
"codelyzer": "5.1.2",
|
"codelyzer": "5.1.2",
|
||||||
"conventional-changelog-cli": "2.0.32",
|
"conventional-changelog-cli": "2.0.32",
|
||||||
"core-js": "3.1.4",
|
"core-js": "3.1.4",
|
||||||
"electron": "7.1.7",
|
"electron": "8.0.0",
|
||||||
"electron-builder": "21.2.0",
|
"electron-builder": "22.3.2",
|
||||||
"electron-reload": "1.5.0",
|
"electron-reload": "1.5.0",
|
||||||
"eslint": "6.6.0",
|
"eslint": "6.6.0",
|
||||||
"eslint-plugin-import": "2.18.2",
|
"eslint-plugin-import": "2.18.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user