Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
Update dependencies (#212)
Browse files Browse the repository at this point in the history
* Do not shut down on serve/no daemon

* Quit on X clicked, also on MacOS

* Remove cold staking tab on testnet

* Adjust resync text

* Adjust dashboard text

* Bump version

* Change polling interval to 5 sec

* Remove console logging

* Revert subscription handling

* Update dependencies
  • Loading branch information
dev0tion committed Mar 14, 2019
1 parent 3369a44 commit 2b87882
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions StratisCore.UI/package.json
Expand Up @@ -59,19 +59,19 @@
"ngx-qrcode2": "0.0.9"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.13.4",
"@angular/animations": "7.2.7",
"@angular-devkit/build-angular": "0.13.5",
"@angular/animations": "7.2.9",
"@angular/cli": "7.3.4",
"@angular/common": "7.2.7",
"@angular/compiler": "7.2.7",
"@angular/compiler-cli": "7.2.7",
"@angular/core": "7.2.7",
"@angular/forms": "7.2.7",
"@angular/http": "7.2.7",
"@angular/language-service": "7.2.7",
"@angular/platform-browser": "7.2.7",
"@angular/platform-browser-dynamic": "7.2.7",
"@angular/router": "7.2.7",
"@angular/common": "7.2.9",
"@angular/compiler": "7.2.9",
"@angular/compiler-cli": "7.2.9",
"@angular/core": "7.2.9",
"@angular/forms": "7.2.9",
"@angular/http": "7.2.9",
"@angular/language-service": "7.2.9",
"@angular/platform-browser": "7.2.9",
"@angular/platform-browser-dynamic": "7.2.9",
"@angular/router": "7.2.9",
"@ngx-translate/core": "11.0.1",
"@ngx-translate/http-loader": "4.0.0",
"@ng-bootstrap/ng-bootstrap": "4.1.0",
Expand All @@ -81,8 +81,8 @@
"bootstrap": "4.3.1",
"codelyzer": "4.5.0",
"core-js": "2.6.5",
"electron": "4.0.7",
"electron-builder": "20.38.5",
"electron": "4.1.0",
"electron-builder": "20.39.0",
"electron-reload": "1.4.0",
"jasmine-core": "3.3.0",
"jasmine-spec-reporter": "4.2.1",
Expand All @@ -98,8 +98,8 @@
"npm-run-all": "4.1.5",
"protractor": "5.4.2",
"rxjs": "6.4.0",
"ts-node": "7.0.1",
"tslint": "5.12.1",
"ts-node": "8.0.3",
"tslint": "5.14.0",
"typescript": "3.2.4",
"wait-on": "3.2.0",
"webdriver-manager": "12.1.1",
Expand Down

0 comments on commit 2b87882

Please sign in to comment.