Upgrade Angular 8.2.8 & Electron 6.0.10

This commit is contained in:
Maxime GRIS
2019-09-29 11:49:11 +02:00
parent b47c59415f
commit 2ecda630ce
2 changed files with 16 additions and 16 deletions

View File

@@ -15,8 +15,8 @@ Bootstrap and package your project with Angular 8 and Electron (Typescript + SAS
Currently runs with: Currently runs with:
- Angular v8.1.3 - Angular v8.2.8
- Electron v6.0.2 - Electron v6.0.10
- Electron Builder v21.2.0 - Electron Builder v21.2.0
With this sample, you can : With this sample, you can :
@@ -25,7 +25,7 @@ With this sample, you can :
- Run your app in a production environment - Run your app in a production environment
- Package your app into an executable file for Linux, Windows & Mac - 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 ## Getting Started

View File

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