mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-03 15:10:49 +00:00
Bump electron/npm depends for /web front-end (#535)
* Bump electron from 3.0.8 to 7.2.4 in /web Bumps [electron](https://github.com/electron/electron) from 3.0.8 to 7.2.4. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v3.0.8...v7.2.4) Signed-off-by: dependabot[bot] <support@github.com> * web: periodic update of depends * Fix front-end linter/console errors Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrian Gallagher <adrian.gallagher@thrasher.io>
This commit is contained in:
@@ -59,8 +59,6 @@ import { AppRoutingModule } from './app-routing.module';
|
||||
|
||||
import { Wallet } from './shared/classes/wallet';
|
||||
|
||||
|
||||
import * as Rx from 'rxjs/Rx';
|
||||
import { TradeHistoryComponent } from './shared/trade-history/trade-history.component';
|
||||
import { PriceHistoryComponent } from './shared/price-history/price-history.component';
|
||||
import { MyOrdersComponent } from './shared/my-orders/my-orders.component';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
import {share, map} from 'rxjs/operators';
|
||||
import { NgModule, Injectable, Optional, SkipSelf } from '@angular/core';
|
||||
import { Observable, Subject } from 'rxjs/Rx';
|
||||
import { NgModule, Optional, SkipSelf } from '@angular/core';
|
||||
import { Observable, Subject } from 'rxjs';
|
||||
import { WebsocketService } from './../../services/websocket/websocket.service';
|
||||
import { WebSocketMessage } from './../../shared/classes/websocket';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Injectable, Optional, SkipSelf, NgModule } from '@angular/core';
|
||||
import { Subject, Observable, Observer } from 'rxjs/Rx';
|
||||
import { Optional, SkipSelf, NgModule } from '@angular/core';
|
||||
import { Subject, Observable, Observer } from 'rxjs';
|
||||
import { WebSocketMessage } from './../../shared/classes/websocket';
|
||||
|
||||
@NgModule()
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
* Zone JS is required by Angular itself.
|
||||
*/
|
||||
import 'zone.js/dist/zone-mix'; // Included with Angular CLI.
|
||||
import 'hammerjs';
|
||||
|
||||
|
||||
/***************************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user