socialnetworknews-web.meta

Issues/PRs archive for SocialNetworkNews/SocialNetworkNews-Web
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.meta.git
Log | Files | Refs

32.diff (1649B)


      1 diff --git a/package.json b/package.json
      2 index d4f438e..743133b 100644
      3 --- a/package.json
      4 +++ b/package.json
      5 @@ -36,7 +36,7 @@
      6      "express": "^4.16.3",
      7      "hammerjs": "^2.0.8",
      8      "linkifyjs": "^2.1.6",
      9 -    "ng-http-loader": "^1.0.2",
     10 +    "ng-http-loader": "^2.0.0",
     11      "ngx-toastr": "^8.7.3",
     12      "raven-js": "^3.25.2",
     13      "rxjs": "^6.1.0",
     14 diff --git a/src/app/app.module.ts b/src/app/app.module.ts
     15 index 8db7161..69befae 100644
     16 --- a/src/app/app.module.ts
     17 +++ b/src/app/app.module.ts
     18 @@ -4,7 +4,7 @@ import {HttpClientModule} from '@angular/common/http';
     19  import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
     20  import * as Raven from 'raven-js';
     21  import {ToastrModule} from 'ngx-toastr';
     22 -import {NgHttpLoaderModule} from 'ng-http-loader/ng-http-loader.module';
     23 +import {NgHttpLoaderModule} from 'ng-http-loader';
     24  
     25  import { AppComponent } from './app.component';
     26  import { MainComponent } from './main/main.component';
     27 diff --git a/yarn.lock b/yarn.lock
     28 index 0159477..633eafa 100644
     29 --- a/yarn.lock
     30 +++ b/yarn.lock
     31 @@ -5529,9 +5529,11 @@ next-tick@1:
     32    version "1.0.0"
     33    resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
     34  
     35 -ng-http-loader@^1.0.2:
     36 -  version "1.0.2"
     37 -  resolved "https://registry.yarnpkg.com/ng-http-loader/-/ng-http-loader-1.0.2.tgz#1068d86e5f6d730c598d83321b6ff2e3a2f5ee4a"
     38 +ng-http-loader@^2.0.0:
     39 +  version "2.0.0"
     40 +  resolved "https://registry.yarnpkg.com/ng-http-loader/-/ng-http-loader-2.0.0.tgz#ca09361430f0ca6d6946e1b64b1cb4e447b974e4"
     41 +  dependencies:
     42 +    tslib "^1.9.0"
     43  
     44  ngx-toastr@^8.7.3:
     45    version "8.7.3"