Skip to content

Commit

Permalink
Upgrade Angular 9.1.3 & Electron 8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed Apr 26, 2020
1 parent dbce7a0 commit 00b9d43
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 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 9 and Electron 8 (Typescript + S

Currently runs with:

- Angular v9.1.1
- Electron v8.2.1
- Electron Builder v22.4.1
- Angular v9.1.3
- Electron v8.2.3
- Electron Builder v22.5.1

With this sample, you can :

Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-electron",
"version": "7.0.4",
"version": "7.0.5",
"description": "Angular 9 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {
Expand Down Expand Up @@ -40,18 +40,18 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "9.1.0",
"@angular-devkit/build-angular": "0.901.1",
"@angular-devkit/build-angular": "0.901.3",
"@angular-eslint/builder": "0.0.1-alpha.18",
"@angular/cli": "9.1.1",
"@angular/common": "9.1.1",
"@angular/compiler": "9.1.1",
"@angular/compiler-cli": "9.1.1",
"@angular/core": "9.1.1",
"@angular/forms": "9.1.1",
"@angular/language-service": "9.1.1",
"@angular/platform-browser": "9.1.1",
"@angular/platform-browser-dynamic": "9.1.1",
"@angular/router": "9.1.1",
"@angular/cli": "9.1.3",
"@angular/common": "9.1.3",
"@angular/compiler": "9.1.3",
"@angular/compiler-cli": "9.1.3",
"@angular/core": "9.1.3",
"@angular/forms": "9.1.3",
"@angular/language-service": "9.1.3",
"@angular/platform-browser": "9.1.3",
"@angular/platform-browser-dynamic": "9.1.3",
"@angular/router": "9.1.3",
"@ngx-translate/core": "12.1.2",
"@ngx-translate/http-loader": "4.0.0",
"@types/jasmine": "3.5.10",
Expand All @@ -65,24 +65,24 @@
"conventional-changelog-cli": "2.0.32",
"core-js": "3.6.5",
"cross-env": "7.0.2",
"electron": "8.2.1",
"electron-builder": "22.4.1",
"electron": "8.2.3",
"electron-builder": "22.5.1",
"electron-reload": "1.5.0",
"eslint": "6.8.0",
"eslint-plugin-import": "2.20.2",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "5.0.1",
"karma": "5.0.1",
"jasmine-spec-reporter": "5.0.2",
"karma": "5.0.2",
"karma-coverage-istanbul-reporter": "2.1.1",
"karma-electron": "6.3.0",
"karma-jasmine": "3.1.1",
"karma-jasmine-html-reporter": "1.5.3",
"mocha": "7.1.1",
"mocha": "7.1.2",
"npm-run-all": "4.1.5",
"rxjs": "6.5.5",
"spectron": "10.0.1",
"tslib": "1.11.1",
"ts-node": "8.8.2",
"ts-node": "8.9.1",
"typescript": "3.8.3",
"wait-on": "4.0.2",
"webdriver-manager": "12.1.7",
Expand Down

0 comments on commit 00b9d43

Please sign in to comment.