From e05261a020139f44002ca815517d793f42422aa4 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 30 Oct 2017 12:18:30 +0200 Subject: Use timezone aware date and time --- yarn.lock | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index a9ab950..b19e96a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3004,7 +3004,13 @@ mixin-object@^2.0.1: dependencies: minimist "0.0.8" -moment@^2.19.1: +moment-timezone@^0.5.13: + version "0.5.13" + resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.13.tgz#99ce5c7d827262eb0f1f702044177f60745d7b90" + dependencies: + moment ">= 2.9.0" + +"moment@>= 2.9.0", moment@^2.19.1: version "2.19.1" resolved "https://registry.yarnpkg.com/moment/-/moment-2.19.1.tgz#56da1a2d1cbf01d38b7e1afc31c10bcfa1929167" -- cgit v1.3.1