Skip to content

Commit

Permalink
Upgrade Angular 8.2.8 & Electron 6.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Sep 29, 2019
1 parent b47c594 commit 2ecda63
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Bootstrap and package your project with Angular 8 and Electron (Typescript + SAS

Currently runs with:

- Angular v8.1.3
- Electron v6.0.2
- Angular v8.2.8
- Electron v6.0.10
- Electron Builder v21.2.0

With this sample, you can :
Expand All @@ -25,7 +25,7 @@ With this sample, you can :
- Run your app in a production environment
- Package your app into an executable file for Linux, Windows & Mac

/!\ Angular 8.0 CLI needs Node 10.9 or later to work.
/!\ Angular 8.x CLI needs Node 10.9 or later to work.

## Getting Started

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"lint": "ng lint"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.802.2",
"@angular/cli": "8.2.2",
"@angular/common": "8.2.2",
"@angular/compiler": "8.2.2",
"@angular/compiler-cli": "8.2.2",
"@angular/core": "8.2.2",
"@angular/forms": "8.2.2",
"@angular/language-service": "8.2.2",
"@angular/platform-browser": "8.2.2",
"@angular/platform-browser-dynamic": "8.2.2",
"@angular/router": "8.2.2",
"@angular-devkit/build-angular": "0.803.6",
"@angular/cli": "8.3.6",
"@angular/common": "8.2.8",
"@angular/compiler": "8.2.8",
"@angular/compiler-cli": "8.2.8",
"@angular/core": "8.2.8",
"@angular/forms": "8.2.8",
"@angular/language-service": "8.2.8",
"@angular/platform-browser": "8.2.8",
"@angular/platform-browser-dynamic": "8.2.8",
"@angular/router": "8.2.8",
"@ngx-translate/core": "11.0.1",
"@ngx-translate/http-loader": "4.0.0",
"@types/jasmine": "3.3.16",
Expand All @@ -60,7 +60,7 @@
"codelyzer": "5.1.0",
"conventional-changelog-cli": "2.0.21",
"core-js": "3.1.4",
"electron": "6.0.2",
"electron": "6.0.10",
"electron-builder": "21.2.0",
"electron-reload": "1.5.0",
"jasmine-core": "3.4.0",
Expand All @@ -72,7 +72,7 @@
"karma-jasmine-html-reporter": "1.4.2",
"mocha": "6.2.0",
"npm-run-all": "4.1.5",
"rxjs": "6.5.2",
"rxjs": "6.5.3",
"spectron": "8.0.0",
"ts-node": "8.3.0",
"tslint": "5.18.0",
Expand Down

0 comments on commit 2ecda63

Please sign in to comment.