Skip to content
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

Angular 17 #835

Merged
merged 3 commits into from
Nov 28, 2023
Merged
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
10 changes: 5 additions & 5 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 | v16 | Sept 2023 | |
| Angular-CLI | v16 | Sept 2023 | |
| Electron | v26 | Sept 2023 | (internally uses Node `v18.16.1` and Chromium 116) |
| Electron Builder | v24 | Sept 2023 | |
| Angular | v17 | Dec 2023 | |
| Angular-CLI | v17 | Dec 2023 | |
| Electron | v27 | Dec 2023 | (internally uses Node `v18.17.1` and Chromium 118) |
| Electron Builder | v24 | Dec 2023 | |

- **Node**: It may be best to use the same version as _Electron_ uses internally (`v18.16.1`)
- **Node**: It may be best to use the same version as _Electron_ uses internally (`v18.17.1`)

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

Expand Down
Loading
Loading