commit f64bc2f4c6458105471f39f651cafad012373a1c
parent 7c2e4ba8136347cce9188580dd15db2efd86f512
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Thu, 24 May 2018 13:41:21 +0200
Merge pull request #32 from SocialNetworkNews/renovate/ng-http-loader-2.x
Update dependency ng-http-loader to v2
Diffstat:
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
@@ -36,7 +36,7 @@
"express": "^4.16.3",
"hammerjs": "^2.0.8",
"linkifyjs": "^2.1.6",
- "ng-http-loader": "^1.0.2",
+ "ng-http-loader": "^2.0.0",
"ngx-toastr": "^8.7.3",
"raven-js": "^3.25.2",
"rxjs": "^6.1.0",
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
@@ -4,7 +4,7 @@ import {HttpClientModule} from '@angular/common/http';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import * as Raven from 'raven-js';
import {ToastrModule} from 'ngx-toastr';
-import {NgHttpLoaderModule} from 'ng-http-loader/ng-http-loader.module';
+import {NgHttpLoaderModule} from 'ng-http-loader';
import { AppComponent } from './app.component';
import { MainComponent } from './main/main.component';
diff --git a/yarn.lock b/yarn.lock
@@ -5529,9 +5529,11 @@ next-tick@1:
version "1.0.0"
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
-ng-http-loader@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/ng-http-loader/-/ng-http-loader-1.0.2.tgz#1068d86e5f6d730c598d83321b6ff2e3a2f5ee4a"
+ng-http-loader@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/ng-http-loader/-/ng-http-loader-2.0.0.tgz#ca09361430f0ca6d6946e1b64b1cb4e447b974e4"
+ dependencies:
+ tslib "^1.9.0"
ngx-toastr@^8.7.3:
version "8.7.3"