Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
[update] electron & angular packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Sep 16, 2018
1 parent 27a89f4 commit 21eb855
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,39 +31,39 @@
},
"dependencies": {
"electron-log": "2.2.17",
"electron-updater": "3.1.1"
"electron-updater": "3.1.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.7.5",
"@angular/animations": "6.1.4",
"@angular/cdk": "6.4.6",
"@angular/cli": "6.1.5",
"@angular/common": "6.1.4",
"@angular/compiler": "6.1.4",
"@angular/compiler-cli": "6.1.4",
"@angular/core": "6.1.4",
"@angular/forms": "6.1.4",
"@angular/http": "6.1.4",
"@angular/language-service": "6.1.4",
"@angular/material": "6.4.6",
"@angular/platform-browser": "6.1.4",
"@angular/platform-browser-dynamic": "6.1.4",
"@angular-devkit/build-angular": "0.8.2",
"@angular/animations": "6.1.7",
"@angular/cdk": "6.4.7",
"@angular/cli": "6.2.2",
"@angular/common": "6.1.7",
"@angular/compiler": "6.1.7",
"@angular/compiler-cli": "6.1.7",
"@angular/core": "6.1.7",
"@angular/forms": "6.1.7",
"@angular/http": "6.1.7",
"@angular/language-service": "6.1.7",
"@angular/material": "6.4.7",
"@angular/platform-browser": "6.1.7",
"@angular/platform-browser-dynamic": "6.1.7",
"@ngx-translate/core": "10.0.2",
"@ngx-translate/http-loader": "3.0.1",
"@types/mousetrap": "1.6.0",
"@types/node": "8.9.4",
"core-js": "2.5.7",
"electron": "2.0.8",
"electron-builder": "20.28.2",
"electron": "2.0.9",
"electron-builder": "20.28.4",
"electron-reload": "1.2.5",
"hammerjs": "2.0.8",
"jspdf": "1.4.1",
"material-design-icons": "3.0.1",
"minimist": "1.2.0",
"mmp": "0.2.14",
"mousetrap": "1.6.2",
"ngx-color-picker": "6.6.0",
"rxjs": "6.2.2",
"ngx-color-picker": "6.7.0",
"rxjs": "6.3.2",
"ts-node": "5.0.1",
"typescript": "2.7.2",
"zone.js": "0.8.26"
Expand Down

0 comments on commit 21eb855

Please sign in to comment.