Skip to content

Commit

Permalink
misc/ upgrade Angular 8.2 / Spectron 7
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Aug 15, 2019
1 parent a2c1719 commit 6e2211f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :

Expand Down Expand Up @@ -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
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 6e2211f

Please sign in to comment.