misc/ upgrade Angular 8.2 / Spectron 7
This commit is contained in:
@@ -15,9 +15,9 @@ Bootstrap and package your project with Angular 8 and Electron (Typescript + SAS
|
||||
|
||||
Currently runs with:
|
||||
|
||||
- Angular v8.0.0
|
||||
- Electron v5.0.2
|
||||
- Electron Builder v20.41.0
|
||||
- Angular v8.1.3
|
||||
- Electron v6.0.2
|
||||
- Electron Builder v21.2.0
|
||||
|
||||
With this sample, you can :
|
||||
|
||||
@@ -90,7 +90,7 @@ Maybe you want to execute the application in the browser with hot reload ? You c
|
||||
- Angular 5 & Electron 1 : Branch [angular5](https://github.com/maximegris/angular-electron/tree/angular5)
|
||||
- Angular 6 & Electron 3 : Branch [angular6](https://github.com/maximegris/angular-electron/tree/angular6)
|
||||
- Angular 7 & Electron 3 : Branch [angular7](https://github.com/maximegris/angular-electron/tree/angular7)
|
||||
- Angular 8 & Electron 5 : (master)
|
||||
- Angular 8 & Electron 6 : (master)
|
||||
|
||||
[build-badge]: https://travis-ci.org/maximegris/angular-electron.svg?branch=master
|
||||
[build]: https://travis-ci.org/maximegris/angular-electron
|
||||
|
||||
34
package.json
34
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "angular-electron",
|
||||
"version": "6.0.1",
|
||||
"version": "6.1.0",
|
||||
"description": "Angular 8 with Electron (Typescript + SASS + Hot Reload)",
|
||||
"homepage": "https://github.com/maximegris/angular-electron",
|
||||
"author": {
|
||||
@@ -39,17 +39,17 @@
|
||||
"lint": "ng lint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "0.801.2",
|
||||
"@angular/cli": "8.1.2",
|
||||
"@angular/common": "8.1.3",
|
||||
"@angular/compiler": "8.1.3",
|
||||
"@angular/compiler-cli": "8.1.3",
|
||||
"@angular/core": "8.1.3",
|
||||
"@angular/forms": "8.1.3",
|
||||
"@angular/language-service": "8.1.3",
|
||||
"@angular/platform-browser": "8.1.3",
|
||||
"@angular/platform-browser-dynamic": "8.1.3",
|
||||
"@angular/router": "8.1.3",
|
||||
"@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",
|
||||
"@ngx-translate/core": "11.0.1",
|
||||
"@ngx-translate/http-loader": "4.0.0",
|
||||
"@types/jasmine": "3.3.16",
|
||||
@@ -60,9 +60,9 @@
|
||||
"codelyzer": "5.1.0",
|
||||
"conventional-changelog-cli": "2.0.21",
|
||||
"core-js": "3.1.4",
|
||||
"electron": "^6.0.0",
|
||||
"electron-builder": "21.1.5",
|
||||
"electron-reload": "1.4.1",
|
||||
"electron": "6.0.2",
|
||||
"electron-builder": "21.2.0",
|
||||
"electron-reload": "1.5.0",
|
||||
"jasmine-core": "3.4.0",
|
||||
"jasmine-spec-reporter": "4.2.1",
|
||||
"karma": "4.2.0",
|
||||
@@ -73,10 +73,10 @@
|
||||
"mocha": "6.2.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rxjs": "6.5.2",
|
||||
"spectron": "7.0.0",
|
||||
"spectron": "8.0.0",
|
||||
"ts-node": "8.3.0",
|
||||
"tslint": "5.18.0",
|
||||
"typescript": "^3.4.5",
|
||||
"typescript": "3.5.3",
|
||||
"wait-on": "3.3.0",
|
||||
"webdriver-manager": "12.1.5",
|
||||
"zone.js": "0.9.1"
|
||||
|
||||
Reference in New Issue
Block a user