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 cf93de218f330b05851d274cc2f34d6abf045513
parent 4f983adb6ec16467bad822182a52d7946f2eac5c
Author: Renovate Bot <bot@renovateapp.com>
Date:   Tue, 27 Mar 2018 16:53:04 +0000

Update dependency typescript to >=2.4.2 <2.9.0
Diffstat:
Mpackage.json | 2+-
Myarn.lock | 6+++++-
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json @@ -64,6 +64,6 @@ "protractor": "^5.1.2", "ts-node": "^5.0.0", "tslint": "^5.7.0", - "typescript": ">=2.4.2 <2.7.0" + "typescript": ">=2.4.2 <2.9.0" } } diff --git a/yarn.lock b/yarn.lock @@ -6774,7 +6774,11 @@ typedarray@^0.0.6, typedarray@~0.0.5: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" -"typescript@>=2.4.2 <2.7.0", typescript@~2.6.2: +"typescript@>=2.4.2 <2.9.0": + version "2.8.1" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.1.tgz#6160e4f8f195d5ba81d4876f9c0cc1fbc0820624" + +typescript@~2.6.2: version "2.6.2" resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"