Skip to content

Commit

Permalink
Update to IANA TimeZone Database 2018e
Browse files Browse the repository at this point in the history
by updating:

- DateTime::TimeZone to the latest version (2.19)
  https://metacpan.org/changes/distribution/DateTime-TimeZone

- moment-timezone to the latest version (0.5.21)
  https://github.com/moment/moment-timezone/blob/HEAD/changelog.md
  (Note: Changelog is wrong about 0.5.17, see below instead)
  moment/moment-timezone#616
  • Loading branch information
yvanzo committed Sep 16, 2018
1 parent 8627622 commit 30ae79c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cpanfile
Expand Up @@ -27,7 +27,7 @@ requires 'DateTime::Format::ISO8601' => '0.08';
requires 'DateTime::Format::Natural' => '1.02';
requires 'DateTime::Format::Pg' => '0.16009';
requires 'DateTime::Locale' => '1.11';
requires 'DateTime::TimeZone' => '1.63';
requires 'DateTime::TimeZone' => '2.19';
requires 'DBD::Pg' => '3.5.3';
requires 'DBI' => '1.63';
requires 'DBIx::Connector' => '0.53';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"merge-stream": "1.0.1",
"moment": "2.22.2",
"moment-strftime": "0.5.0",
"moment-timezone": "0.5.17",
"moment-timezone": "0.5.21",
"po2json": "0.4.1",
"q": "1.4.1",
"querystring": "0.2.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -3582,9 +3582,9 @@ moment-strftime@0.5.0:
dependencies:
moment "^2.11.2"

moment-timezone@0.5.17:
version "0.5.17"
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.17.tgz#3c8fef32051d84c3af174d91dc52977dcb0ad7e5"
moment-timezone@0.5.21:
version "0.5.21"
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.21.tgz#3cba247d84492174dbf71de2a9848fa13207b845"
dependencies:
moment ">= 2.9.0"

Expand Down

0 comments on commit 30ae79c

Please sign in to comment.