LP#1884787: pin moment-timezone to 0.5.27
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 25 Jun 2020 14:28:09 +0000 (10:28 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 25 Jun 2020 14:28:09 +0000 (10:28 -0400)
This updates moment-timezone to pull in an updated
tzdb but pins it to avoid future build errors if
npm update is run. Unlike the version of this patch
series for rel_3_5+, no attempt is made to update
moment-timezone to the version that includes built-in
TypeScript types.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/package.json

index 607b100..4973425 100644 (file)
@@ -30,7 +30,7 @@
     "file-saver": "^2.0.2",
     "material-design-icons": "^3.0.1",
     "moment": "2.24.0",
-    "moment-timezone": "^0.5.26",
+    "moment-timezone": "0.5.27",
     "ngx-cookie": "^4.1.2",
     "rxjs": "^6.5.2",
     "zone.js": "^0.8.29"