Skip to content

Electron35 & Angular 19 #886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Main dependencies in use:

| Library | Version | Date | Comment |
| ---------------- | ------- | --------- | ------- |
| Angular | v18 | Oct 2024 | |
| Angular-CLI | v18 | Oct 2024 | |
| Electron | v33 | Oct 2024 | (internally uses Node `v20.18.0` and Chromium 128) |
| Angular | v19 | Mar 2025 | |
| Angular-CLI | v19 | Mar 2025 | |
| Electron | v35 | mar 2025 | (internally uses Node `v22.14.0` and Chromium 134) |
| Electron Builder | v25 | Oct 2024 | |

- **Node**: It may be best to use the same version as _Electron_ uses internally (`v20.18.0`)
- **Node**: It may be best to use the same version as _Electron_ uses internally (`v22.14.0`)

- **Angular CLI**: not required but may be useful: [Angular CLI](https://cli.angular.io).

Expand Down
Loading
Loading