From b8c31fd9ce030bb5749c1cf66211b706b2346f4e Mon Sep 17 00:00:00 2001 From: Tim Zallmann Date: Wed, 22 Nov 2017 23:06:16 +0100 Subject: Updated timeago.js --- package.json | 2 +- yarn.lock | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1937acb4be4..921f985d350 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "three": "^0.84.0", "three-orbit-controls": "^82.1.0", "three-stl-loader": "^1.0.4", - "timeago.js": "^2.0.5", + "timeago.js": "^3.0.2", "underscore": "^1.8.3", "url-loader": "^0.5.8", "visibilityjs": "^1.2.4", diff --git a/yarn.lock b/yarn.lock index 7628e6dcd91..7ef5566e4b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -58,6 +58,10 @@ version "1.0.2" resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-svgs/-/gitlab-svgs-1.0.2.tgz#e4d29058e2bb438ba71ac525c6397ef15ae2877b" +"@types/jquery@^2.0.40": + version "2.0.48" + resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-2.0.48.tgz#3e90d8cde2d29015e5583017f7830cb3975b2eef" + abbrev@1, abbrev@1.0.x: version "1.0.9" resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.0.9.tgz#91b4792588a7738c25f35dd6f63752a2f8776135" @@ -6085,9 +6089,15 @@ thunky@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/thunky/-/thunky-0.1.0.tgz#bf30146824e2b6e67b0f2d7a4ac8beb26908684e" -timeago.js@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/timeago.js/-/timeago.js-2.0.5.tgz#730c74fbdb0b0917a553675a4460e3a7f80db86c" +time-stamp@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/time-stamp/-/time-stamp-2.0.0.tgz#95c6a44530e15ba8d6f4a3ecb8c3a3fac46da357" + +timeago.js@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/timeago.js/-/timeago.js-3.0.2.tgz#32a67e7c0d887ea42ca588d3aae26f77de5e76cc" + dependencies: + "@types/jquery" "^2.0.40" timed-out@^2.0.0: version "2.0.0" -- cgit v1.2.1