Skip to content

Commit

Permalink
misc/ Upgrade to Electron 22
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Feb 17, 2023
1 parent a645ab4 commit 8cb0acd
Show file tree
Hide file tree
Showing 7 changed files with 5,754 additions and 7,265 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Bootstrap and package your project with Angular 15 and Electron 21 (Typescript +

Currently runs with:

- Angular v15.0.4
- Electron v21.1.1
- Angular v15.1.5
- Electron v23.1.0

With this sample, you can:

Expand Down Expand Up @@ -153,7 +153,7 @@ Please note that Hot reload is only available in Renderer process.
- Angular 12 & Electron 16 : Branch [angular12](https://github.com/maximegris/angular-electron/tree/angular12)
- Angular 13 & Electron 18 : Branch [angular13](https://github.com/maximegris/angular-electron/tree/angular13)
- Angular 14 & Electron 21 : Branch [angular14](https://github.com/maximegris/angular-electron/tree/angular14)
- Angular 15 & Electron 21 : (main)
- Angular 15 & Electron 22 : (main)

[maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Maxime GRIS",
"email": "maxime.gris@gmail.com"
},
"version": "11.2.0",
"version": "12.0.0",
"main": "main.js",
"private": true,
"dependencies": {
Expand Down
Loading

0 comments on commit 8cb0acd

Please sign in to comment.