diff options
| author | Yuval Adam <_@yuv.al> | 2017-10-30 12:18:30 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-10-30 12:18:30 +0200 |
| commit | e05261a020139f44002ca815517d793f42422aa4 (patch) | |
| tree | 946f017ac60362b34ac2bd688c22093cafe21bbb /yarn.lock | |
| parent | 4a7c8a531e4745c0c8a2966bd5de46e521445713 (diff) | |
Use timezone aware date and time
Diffstat (limited to 'yarn.lock')
| -rw-r--r-- | yarn.lock | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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" |
