Skip to content

Commit 0e3cd2f

Browse files
committed
feat(deps): upgrading other dependencies
1 parent e6619ce commit 0e3cd2f

File tree

5 files changed

+2906
-1591
lines changed

5 files changed

+2906
-1591
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,5 @@ allure-results
9494
# System Files
9595
.DS_Store
9696
Thumbs.db
97-
setenv.cmd
97+
setenv.cmd
98+
wdio-chromedriver.log

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Depending on your need, putting up [Electron](https://www.electronjs.org/) and [
1616
1717
### Main features :
1818

19-
- This project is based on last [Angular 15](https://angular.io/) version with required dependencies for [Electron 24](https://www.electronjs.org/).
19+
- This project is based on last [Angular 17](https://angular.io/) version with required dependencies for [Electron 27](https://www.electronjs.org/).
2020
- This project is also written in [Typescript 4/5](https://www.typescriptlang.org/) and includes test samples ([WebdriverIO](https://webdriver.io/) and [Jasmine](https://jasmine.github.io/)).
2121
- The app is runnable `on desktop` (with **live-reload** in `development mode`).
2222
- The app is also runnable `on browser` but **without Electron features**.
@@ -50,9 +50,7 @@ Depending on your need, putting up [Electron](https://www.electronjs.org/) and [
5050
To clone and run this repository, you'll need installed on your computer at least :
5151

5252
- [Git](https://git-scm.com)
53-
- [Node 16 or later](https://nodejs.org/en/download/)
54-
- [Npm 7 or later](https://docs.npmjs.com/about-npm)
55-
- [Angular-CLI 16 or later](https://angular.io/cli)
53+
- [Node 18 or greater](https://nodejs.org/en/download/)
5654

5755
Then from your command line:
5856

0 commit comments

Comments
 (0)