socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 03169b38b3111fdb2fb378818d717931ab784fb3
parent 7c2e4ba8136347cce9188580dd15db2efd86f512
Author: Renovate Bot <bot@renovateapp.com>
Date:   Thu, 24 May 2018 09:21:29 +0000

Update dependency ng-http-loader to v2
Diffstat:
Mpackage.json | 2+-
Myarn.lock | 8+++++---
2 files changed, 6 insertions(+), 4 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/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"