misc/ upgrade to Electron 16

This commit is contained in:
Maxime GRIS
2021-11-17 14:56:57 +01:00
parent 74df637202
commit 65d285c809
3 changed files with 21587 additions and 6 deletions

View File

@@ -14,12 +14,12 @@
# Introduction
Bootstrap and package your project with Angular 12 and Electron 15 (Typescript + SASS + Hot Reload) for creating Desktop applications.
Bootstrap and package your project with Angular 12 and Electron 16 (Typescript + SASS + Hot Reload) for creating Desktop applications.
Currently runs with:
- Angular v12.1.2
- Electron v15.13.1
- Electron v16.0.0
With this sample, you can:
@@ -151,7 +151,7 @@ Please note that Hot reload is only available in Renderer process.
- Angular 9 & Electron 7 : Branch [angular9](https://github.com/maximegris/angular-electron/tree/angular9)
- Angular 10 & Electron 9 : Branch [angular10](https://github.com/maximegris/angular-electron/tree/angular10)
- Angular 11 & Electron 12 : Branch [angular11](https://github.com/maximegris/angular-electron/tree/angular11)
- Angular 12 & Electron 15 : (master)
- Angular 12 & Electron 16 : (master)
[maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg

21581
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"name": "angular-electron",
"version": "10.3.1",
"description": "Angular 12 with Electron (Typescript + SASS + Hot Reload)",
"description": "Angular 12 with Electron 16 (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {
"name": "Maxime GRIS",
@@ -11,7 +11,7 @@
"angular",
"angular 12",
"electron",
"electron 15",
"electron 16",
"nodejs",
"typescript",
"playwright",
@@ -74,7 +74,7 @@
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"conventional-changelog-cli": "2.1.1",
"electron": "15.3.1",
"electron": "16.0.0",
"electron-builder": "22.13.1",
"electron-reload": "1.5.0",
"eslint": "7.30.0",